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.3.0
2
+ current_version = 0.3.1
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 # type: ignore # noqa: F401
10
10
from convex_api .key_pair import KeyPair # type: ignore # noqa: F401
11
11
12
- __version__ = "__version__ = '0.3.0 '"
12
+ __version__ = "__version__ = '0.3.1 '"
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.3.0 '
30
+ release = '0.3.1 '
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 82
82
tests_require = test_requirements ,
83
83
python_requires = '>=3.10' ,
84
84
url = 'https://github.com/Convex-Dev/convex-api-py' ,
85
- version = '0.3.0 ' ,
85
+ version = '0.3.1 ' ,
86
86
zip_safe = False ,
87
87
)
You can’t perform that action at this time.
0 commit comments