Skip to content

Commit 09c9262

Browse files
committed
Tag v0.0.1a6 (rename of pytest extension)
1 parent bce5a81 commit 09c9262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gp_libs/__about__.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.1a5"
4+
__version__ = "0.0.1a6"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/git-pull/gp-libs"
77
__docs__ = "https://gp-libs.git-pull.com"

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

0 commit comments

Comments
 (0)