Skip to content

Commit 0cb9c3c

Browse files
committed
"Bump version: 0.1.8 → 0.1.9 [publish]"
1 parent f00fb16 commit 0cb9c3c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.8
2+
current_version = 0.1.9
33
commit = True
44
tag = True
55
message = "Bump version: {current_version} → {new_version} [publish]"

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.8"
18+
version = release = "0.1.9"
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.8",
16+
version="0.1.9",
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.8"
1+
__version__ = "0.1.9"
22

33
from .quads import QuadsApi
44

0 commit comments

Comments
 (0)