File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.0
2+ current_version = 0.3.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 99from convex_api .contract import Contract # type: ignore # noqa: F401
1010from convex_api .key_pair import KeyPair # type: ignore # noqa: F401
1111
12- __version__ = "__version__ = '0.3.0 '"
12+ __version__ = "__version__ = '0.3.1 '"
Original file line number Diff line number Diff line change 2727author = 'convex-api-py contributors'
2828
2929# The full version, including alpha/beta/rc tags
30- release = '0.3.0 '
30+ release = '0.3.1 '
3131# The short X.Y version
3232release_parts = release .split ('.' ) # a list
3333version = release_parts [0 ] + '.' + release_parts [1 ] + '.' + release_parts [2 ]
Original file line number Diff line number Diff line change 8282 tests_require = test_requirements ,
8383 python_requires = '>=3.10' ,
8484 url = 'https://github.com/Convex-Dev/convex-api-py' ,
85- version = '0.3.0 ' ,
85+ version = '0.3.1 ' ,
8686 zip_safe = False ,
8787)
You can’t perform that action at this time.
0 commit comments