Skip to content

Commit

Permalink
πŸ”– Bump version: 0.1.1 β†’ 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanitsky committed Jun 14, 2020
1 parent 4517f46 commit 9663114
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion github_webhooks/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = True
message = πŸ”– Bump version: {current_version} β†’ {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="django-github-webhooks",
version="0.1.1",
version="0.1.2",
author="Alexandr Stefanitsky-Mozdor",
author_email="stefanitsky.mozdor@gmail.com",
description="Django GitHub webhooks",
Expand Down

0 comments on commit 9663114

Please sign in to comment.