Skip to content

Commit 21c1fc6

Browse files
committed
Bump version: 0.0.1 → 0.0.2
1 parent 42e2f89 commit 21c1fc6

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.0.1
2+
current_version = 0.0.2
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__ = "0.0.1"
11+
__version__ = "__version__ = '0.0.2'"

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.0.1'
30+
release = '0.0.2'
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
@@ -75,6 +75,6 @@
7575
test_suite='tests',
7676
tests_require=test_requirements,
7777
url='https://github.com/DEX-Company/convex-api-py',
78-
version='0.0.1',
78+
version='0.0.2',
7979
zip_safe=False,
8080
)

0 commit comments

Comments
 (0)