Skip to content

Commit 6c38993

Browse files
committed
build: Tag v0.5.0a1
1 parent b79c72d commit 6c38993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4.4'
4+
__version__ = '0.5.0a1'
55
__author__ = 'Tony Narlock'
66
__github__ = 'https://github.com/vcs-python/libvcs'
77
__docs__ = 'https://libvcs.git-pull.com'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ skip-string-normalization = true
33

44
[tool.poetry]
55
name = "libvcs"
6-
version = "0.4.4"
6+
version = "0.5.0a1"
77
description = "vcs abstraction layer"
88
license = "MIT"
99
authors = ["Tony Narlock <[email protected]>"]

0 commit comments

Comments
 (0)