We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7cd16 commit caf7cfeCopy full SHA for caf7cfe
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "gp-libs"
3
-version = "0.0.1a7"
+version = "0.0.1a8"
4
description = "Internal utilities for projects following git-pull python package spec"
5
license = "MIT"
6
authors = ["Tony Narlock <tony@git-pull.com>"]
src/gp_libs.py
@@ -1,7 +1,7 @@
__title__ = "gp-libs"
__package_name__ = "gp_libs"
__description__ = "Internal utilities for git-pull projects"
-__version__ = "0.0.1a7"
+__version__ = "0.0.1a8"
__author__ = "Tony Narlock"
__github__ = "https://github.com/git-pull/gp-libs"
7
__docs__ = "https://gp-libs.git-pull.com"
0 commit comments