Skip to content

Commit

Permalink
Bump version: 0.1.3 → 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
billbsing committed May 24, 2021
1 parent a11a8e9 commit 6047772
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.1.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion convex_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from convex_api.convex_api import ConvexAPI # noqa: F401


__version__ = "__version__ = '0.1.3'"
__version__ = "__version__ = '0.1.4'"
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = 'convex-api-py contributors'

# The full version, including alpha/beta/rc tags
release = '0.1.3'
release = '0.1.4'
# The short X.Y version
release_parts = release.split('.') # a list
version = release_parts[0] + '.' + release_parts[1] + '.' + release_parts[2]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
tests_require=test_requirements,
python_requires='>=3.6',
url='https://github.com/DEX-Company/convex-api-py',
version='0.1.3',
version='0.1.4',
zip_safe=False,
)

0 comments on commit 6047772

Please sign in to comment.