Skip to content

Commit 61f9286

Browse files
committed
KIT-4352 Increase Version
1 parent e5da2e7 commit 61f9286

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sag-py-web-common"
3-
version = "1.0.4"
3+
version = "1.0.6"
44
description = "Small helper functions for web projects"
55
authors = ["Samhammer AG"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setuptools.setup(
1313
name="sag-py-web-common",
14-
version="1.0.4",
14+
version="1.0.6",
1515
description="Small helper functions for web projects",
1616
long_description=LONG_DESCRIPTION,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)