Skip to content

Commit

Permalink
Tag v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 9, 2023
1 parent e4f5b35 commit 80bbeec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To install the unreleased gp-libs version, see [developmental releases](https://
$ pip install --user --upgrade --pre gp-libs
```

## gp-libs 0.0.1 (unreleased)
## gp-libs 0.0.1 (2023-09-09)

- _Add your latest changes from PRs here_

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gp-libs"
version = "0.0.1a21"
version = "0.0.1"
description = "Internal utilities for projects following git-pull python package spec"
license = "MIT"
authors = ["Tony Narlock <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/gp_libs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "gp-libs"
__package_name__ = "gp_libs"
__description__ = "Internal utilities for git-pull projects"
__version__ = "0.0.1a21"
__version__ = "0.0.1"
__author__ = "Tony Narlock"
__github__ = "https://github.com/git-pull/gp-libs"
__docs__ = "https://gp-libs.git-pull.com"
Expand Down

0 comments on commit 80bbeec

Please sign in to comment.