File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
22commit = true
3- current_version = 3.3 .0
3+ current_version = 3.4 .0
44tag = true
55
66[bumpversion:file(version):setup.py]
Original file line number Diff line number Diff line change 66__email__ = "support@inorbit.ai"
77# Do not edit this string manually, always use bumpversion
88# Details in CONTRIBUTING.md
9- __version__ = "3.3 .0"
9+ __version__ = "3.4 .0"
1010
1111
1212def get_module_version ():
Original file line number Diff line number Diff line change 88from setuptools import find_packages , setup
99
1010# Do not edit manually, always use bumpversion (see CONTRIBUTING.rst)
11- VERSION = "3.3 .0"
11+ VERSION = "3.4 .0"
1212
1313GITHUB_ORG = "https://github.com/inorbit-ai"
1414GITHUB_REPO = f"{ GITHUB_ORG } /edge-sdk-python"
4848 ],
4949 description = "InOrbit Edge SDK for Python" ,
5050 # Do not edit manually, always use bumpversion (see CONTRIBUTING.rst)
51- download_url = f"{ GITHUB_REPO } /archive/refs/tags/v3.3 .0.zip" ,
51+ download_url = f"{ GITHUB_REPO } /archive/refs/tags/v3.4 .0.zip" ,
5252 extras_require = {
5353 "video" : requirements ["video" ],
5454 "telemetry" : requirements ["telemetry" ],
You can’t perform that action at this time.
0 commit comments