We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d771b7 commit a9fa2abCopy full SHA for a9fa2ab
PKGBUILD
@@ -1,8 +1,8 @@
1
# Maintainer: Zack Didcott
2
3
pkgname=vbox-api-git
4
-pkgver=2.1.0
5
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
6
pkgdesc="Python bindings to the VirtualBox SOAP API."
7
arch=("any")
8
url="https://github.com/Zedeldi/vbox-api"
pyproject.toml
@@ -3,9 +3,9 @@ requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[project]
-name = "vbox-api"
+name = "vbox-api-soap"
description = "Python bindings to the VirtualBox SOAP API."
-version = "2.1.0"
+version = "2.1.1"
9
readme = "README.md"
10
license = {file = "LICENSE"}
11
authors = [
0 commit comments