Thanks to visit codestin.com Credit goes to github.com
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 3fa0c45 commit 623a393Copy full SHA for 623a393
libvcs/__about__.py
@@ -1,7 +1,7 @@
1
__title__ = "libvcs"
2
__package_name__ = "libvcs"
3
__description__ = "vcs abstraction layer"
4
-__version__ = "0.12.0b3"
+__version__ = "0.12.0b4"
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.0b3"
+version = "0.12.0b4"
description = "vcs abstraction layer"
license = "MIT"
authors = ["Tony Narlock <[email protected]>"]
0 commit comments