We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b35984 commit 8a65bf2Copy full SHA for 8a65bf2
libvcs/__about__.py
@@ -1,7 +1,7 @@
1
__title__ = "libvcs"
2
__package_name__ = "libvcs"
3
__description__ = "vcs abstraction layer"
4
-__version__ = "0.12.0b31"
+__version__ = "0.12.0b32"
5
__author__ = "Tony Narlock"
6
__github__ = "https://github.com/vcs-python/libvcs"
7
__docs__ = "https://libvcs.git-pull.com"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "libvcs"
-version = "0.12.0b31"
+version = "0.12.0b32"
description = "vcs abstraction layer"
license = "MIT"
authors = ["Tony Narlock <[email protected]>"]
0 commit comments