We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c9300 commit 2c8a916Copy full SHA for 2c8a916
libvcs/__about__.py
@@ -1,7 +1,7 @@
1
__title__ = "libvcs"
2
__package_name__ = "libvcs"
3
__description__ = "vcs abstraction layer"
4
-__version__ = "0.12.0b32"
+__version__ = "0.12.0b33"
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.0b32"
+version = "0.12.0b33"
description = "vcs abstraction layer"
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
0 commit comments