Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Bump version: 1.1.1 → 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
a-poor committed Aug 20, 2020
1 parent 2227f19 commit ce7e96d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.1
current_version = 1.1.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion apoor/__init__.py
Expand Up @@ -4,7 +4,7 @@
"""

# Version string
__version__ = "1.1.1"
__version__ = "1.1.2"



Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="apoor",
version="1.1.1",
version="1.1.2",
author="Austin Poor",
author_email="a-poor@users.noreply.github.com",
description="A small personal package written in Python with reusable code",
Expand Down

0 comments on commit ce7e96d

Please sign in to comment.