Skip to content

Commit 90b9acc

Browse files
committed
Bump to 0.1.9
1 parent 44e4f28 commit 90b9acc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
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
message = Bump to {new_version}
55
tag = True

.sonarcloud.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sonar.projectVersion=0.1.8
1+
sonar.projectVersion=0.1.9
22
sonar.sources=aiotus
33
sonar.tests=tests

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="aiotus",
8-
version="0.1.8",
8+
version="0.1.9",
99
author="Jens Steinhauser",
1010
author_email="[email protected]",
1111
description="Asynchronous tus (tus.io) client library",

0 commit comments

Comments
 (0)