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.3.0 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-poor committed Jan 18, 2021
1 parent 27701de commit f7cdcc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.3.1
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.3.0"
__version__ = "1.3.1"



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -22,7 +22,7 @@
author = 'Austin Poor'

# The full version, including alpha/beta/rc tags
release = '1.3.0'
release = '1.3.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
# cmdclass = {'build_sphinx': BuildDoc}

name = 'apoor'
version = "1.3.0"
version = "1.3.1"
release = version

setuptools.setup(
Expand Down

0 comments on commit f7cdcc0

Please sign in to comment.