Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 1, 2023
1 parent c91c783 commit 412aef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.0.2 (2023-04-01)
### Fix
* Fixed CI for pypi ([`8d176bb`](https://github.com/tjtharrison/gpush/commit/8d176bbb131b3015da83c42cd6f45956151b4d6f))

## v1.0.1 (2023-04-01)
### Fix
* Fixed linting ([`9ce50c1`](https://github.com/tjtharrison/gpush/commit/9ce50c19a2f61e7a144fc8c654a66c24d937b2a0))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"""
from setuptools import setup

__version__ = "1.0.1"
__version__ = "1.0.2"

setup(name="gpush", version=__version__)

0 comments on commit 412aef1

Please sign in to comment.