Skip to content

Commit f0e6307

Browse files
authored
Bump version: 0.1.356 → 0.1.357
1 parent b8451f0 commit f0e6307

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.3
2+
current_version = 0.1.357
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
year = "2025"
1616
author = "Gonzalo Rafuls"
1717
copyright = f"{year}, {author}"
18-
version = release = "0.1.3"
18+
version = release = "0.1.357"
1919

2020
pygments_style = "trac"
2121
templates_path = ["."]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(*names, **kwargs):
1313

1414
setup(
1515
name="quads-lib",
16-
version="0.1.3",
16+
version="0.1.357",
1717
license="LGPL-3.0-only",
1818
description="Python client library for interacting with the QUADS API",
1919
long_description="{}\n{}".format(

src/quads_lib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.1.357"
22

33
from .quads import QuadsApi
44

0 commit comments

Comments
 (0)