Skip to content

Commit 9431fd5

Browse files
committed
Tag v0.0.1a4 (doctest module rename)
1 parent b51966e commit 9431fd5

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1a3"
3+
version = "0.0.1a4"
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)