diff --git a/.bumpversion.cfg b/.bumpversion.cfg index daf3c38..74b97b8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.367 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index f7ef2f8..3eb9d7f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ year = "2025" author = "Gonzalo Rafuls" copyright = f"{year}, {author}" -version = release = "0.1.3" +version = release = "0.1.367" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index 2858fe0..c2db558 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*names, **kwargs): setup( name="quads-lib", - version="0.1.3", + version="0.1.367", license="LGPL-3.0-only", description="Python client library for interacting with the QUADS API", long_description="{}\n{}".format( diff --git a/src/quads_lib/__init__.py b/src/quads_lib/__init__.py index 15b18b9..ce3e49f 100644 --- a/src/quads_lib/__init__.py +++ b/src/quads_lib/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.3" +__version__ = "0.1.367" from .quads import QuadsApi