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.2.3
2
+ current_version = 0.2.4
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 9
9
from convex_api .contract import Contract # noqa: F401
10
10
from convex_api .key_pair import KeyPair # noqa: F401
11
11
12
- __version__ = "__version__ = '0.2.3 '"
12
+ __version__ = "__version__ = '0.2.4 '"
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.2.3 '
30
+ release = '0.2.4 '
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 79
79
tests_require = test_requirements ,
80
80
python_requires = '>=3.6' ,
81
81
url = 'https://github.com/DEX-Company/convex-api-py' ,
82
- version = '0.2.3 ' ,
82
+ version = '0.2.4 ' ,
83
83
zip_safe = False ,
84
84
)
You can’t perform that action at this time.
0 commit comments