We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2dbcf commit 147a5d4Copy full SHA for 147a5d4
pyaffalddk/__init__.py
@@ -22,6 +22,6 @@
22
)
23
24
__title__ = "pyaffalddk"
25
-__version__ = "2.1.2"
+__version__ = "2.1.3"
26
__author__ = "briis"
27
__license__ = "MIT"
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name="pyaffalddk",
10
- version="2.1.2",
+ version="2.1.3",
11
author="briis",
12
author_email="bjarne@briis.com",
13
description="Gets garbage collection data from danish Municipalities",
0 commit comments