Skip to content

Commit a9fa2ab

Browse files
committed
Increment version to 2.1.1
1 parent 0d771b7 commit a9fa2ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Maintainer: Zack Didcott
22

33
pkgname=vbox-api-git
4-
pkgver=2.1.0
5-
pkgrel=2
4+
pkgver=2.1.1
5+
pkgrel=1
66
pkgdesc="Python bindings to the VirtualBox SOAP API."
77
arch=("any")
88
url="https://github.com/Zedeldi/vbox-api"

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ requires = ["setuptools >= 61.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "vbox-api"
6+
name = "vbox-api-soap"
77
description = "Python bindings to the VirtualBox SOAP API."
8-
version = "2.1.0"
8+
version = "2.1.1"
99
readme = "README.md"
1010
license = {file = "LICENSE"}
1111
authors = [

0 commit comments

Comments
 (0)