File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.1
2
+ current_version = 0.0.2
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 8
8
from convex_api .convex_api import ConvexAPI # noqa: F401
9
9
10
10
11
- __version__ = "0.0.1 "
11
+ __version__ = "__version__ = ' 0.0.2' "
Original file line number Diff line number Diff line change 27
27
author = 'convex-api-py contributors'
28
28
29
29
# The full version, including alpha/beta/rc tags
30
- release = '0.0.1 '
30
+ release = '0.0.2 '
31
31
# The short X.Y version
32
32
release_parts = release .split ('.' ) # a list
33
33
version = release_parts [0 ] + '.' + release_parts [1 ] + '.' + release_parts [2 ]
Original file line number Diff line number Diff line change 75
75
test_suite = 'tests' ,
76
76
tests_require = test_requirements ,
77
77
url = 'https://github.com/DEX-Company/convex-api-py' ,
78
- version = '0.0.1 ' ,
78
+ version = '0.0.2 ' ,
79
79
zip_safe = False ,
80
80
)
You can’t perform that action at this time.
0 commit comments