Skip to content

Commit b578942

Browse files
committed
Tag v0.0.1a7 (tests and docs, disable pytest doctest plugin)
1 parent d9587af commit b578942

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.1a6"
4+
__version__ = "0.0.1a7"
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.1a6"
3+
version = "0.0.1a7"
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)