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 b6510bc commit 8c5fcaeCopy full SHA for 8c5fcae
things_cli/__init__.py
@@ -1,10 +1,10 @@
1
"""A simple Python 3 CLI to read your Things app data."""
2
3
__author__ = "Alexander Willner"
4
-__copyright__ = "2021 Alexander Willner"
+__copyright__ = "2023 Alexander Willner"
5
__credits__ = ["Alexander Willner"]
6
__license__ = "Apache License 2.0"
7
-__version__ = "0.1.3"
+__version__ = "0.2.0"
8
__maintainer__ = "Alexander Willner"
9
__email__ = "[email protected]"
10
__status__ = "Development"
0 commit comments