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 d9587af commit b578942Copy full SHA for b578942
gp_libs/__about__.py
@@ -1,7 +1,7 @@
1
__title__ = "gp-libs"
2
__package_name__ = "gp_libs"
3
__description__ = "Internal utilities for git-pull projects"
4
-__version__ = "0.0.1a6"
+__version__ = "0.0.1a7"
5
__author__ = "Tony Narlock"
6
__github__ = "https://github.com/git-pull/gp-libs"
7
__docs__ = "https://gp-libs.git-pull.com"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gp-libs"
-version = "0.0.1a6"
+version = "0.0.1a7"
description = "Internal utilities for projects following git-pull python package spec"
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
0 commit comments