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 58b2fdb commit f957ae8Copy full SHA for f957ae8
pyaffalddk/__init__.py
@@ -22,6 +22,6 @@
22
)
23
24
__title__ = "pyaffalddk"
25
-__version__ = "2.1.0"
+__version__ = "2.1.1"
26
__author__ = "briis"
27
__license__ = "MIT"
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name="pyaffalddk",
10
- version="2.1.0",
+ version="2.1.1",
11
author="briis",
12
author_email="bjarne@briis.com",
13
description="Gets garbage collection data from danish Municipalities",
0 commit comments