Skip to content

Commit 8c5fcae

Browse files
release 0.2.0
1 parent b6510bc commit 8c5fcae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

things_cli/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"""A simple Python 3 CLI to read your Things app data."""
22

33
__author__ = "Alexander Willner"
4-
__copyright__ = "2021 Alexander Willner"
4+
__copyright__ = "2023 Alexander Willner"
55
__credits__ = ["Alexander Willner"]
66
__license__ = "Apache License 2.0"
7-
__version__ = "0.1.3"
7+
__version__ = "0.2.0"
88
__maintainer__ = "Alexander Willner"
99
__email__ = "[email protected]"
1010
__status__ = "Development"

0 commit comments

Comments
 (0)