Skip to content

Commit 341128e

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent b8f7669 commit 341128e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

convex_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from convex_api.convex_api import ConvexAPI # noqa: F401
99

1010

11-
__version__ = "__version__ = '0.1.0'"
11+
__version__ = "__version__ = '0.1.1'"

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = 'convex-api-py contributors'
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = '0.1.0'
30+
release = '0.1.1'
3131
# The short X.Y version
3232
release_parts = release.split('.') # a list
3333
version = release_parts[0] + '.' + release_parts[1] + '.' + release_parts[2]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080
tests_require=test_requirements,
8181
python_requires='>=3.6',
8282
url='https://github.com/DEX-Company/convex-api-py',
83-
version='0.1.0',
83+
version='0.1.1',
8484
zip_safe=False,
8585
)

0 commit comments

Comments
 (0)