Skip to content

Commit

Permalink
πŸ”– Bump version: 0.1.2 β†’ 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanitsky committed Jun 14, 2020
1 parent ed7d57c commit af5c3d2
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.2"
__version__ = "0.1.3"
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.2
current_version = 0.1.3
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.2",
version="0.1.3",
author="Alexandr Stefanitsky-Mozdor",
author_email="stefanitsky.mozdor@gmail.com",
description="Django GitHub webhooks",
Expand Down

0 comments on commit af5c3d2

Please sign in to comment.