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