Skip to content

Commit caf7cfe

Browse files
committed
Tag v0.0.1a8 (consolidate gp_libs)
1 parent 6f7cd16 commit caf7cfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "gp-libs"
3-
version = "0.0.1a7"
3+
version = "0.0.1a8"
44
description = "Internal utilities for projects following git-pull python package spec"
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

src/gp_libs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "gp-libs"
22
__package_name__ = "gp_libs"
33
__description__ = "Internal utilities for git-pull projects"
4-
__version__ = "0.0.1a7"
4+
__version__ = "0.0.1a8"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/git-pull/gp-libs"
77
__docs__ = "https://gp-libs.git-pull.com"

0 commit comments

Comments
 (0)