Skip to content

Commit 585987b

Browse files
committed
build(deps): Bump version in __about__
1 parent 5f1b290 commit 585987b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libvcs/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "libvcs"
22
__package_name__ = "libvcs"
33
__description__ = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
4-
__version__ = "0.20.0"
4+
__version__ = "0.21.2"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/libvcs"
77
__docs__ = "https://libvcs.git-pull.com"

0 commit comments

Comments
 (0)