Skip to content

Commit cac9475

Browse files
committed
Tag v0.12.0b30
1 parent 284ea8c commit cac9475

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

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__ = "vcs abstraction layer"
4-
__version__ = "0.12.0b29"
4+
__version__ = "0.12.0b30"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/libvcs"
77
__docs__ = "https://libvcs.git-pull.com"

poetry.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libvcs"
3-
version = "0.12.0b29"
3+
version = "0.12.0b30"
44
description = "vcs abstraction layer"
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

0 commit comments

Comments
 (0)