We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a85011 commit 8135177Copy full SHA for 8135177
2 files changed
hytek_parser/__init__.py
@@ -15,4 +15,4 @@
15
]
16
__author__ = "Nino Maruszewski"
17
__license__ = "MIT"
18
-__version__ = "1.1.0"
+__version__ = "1.1.1"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "hytek-parser"
3
-version = "1.1.0"
+version = "1.1.1"
4
description = "Parsers for the files produced by Hytek's Meet Manager."
5
license = "MIT"
6
authors = ["Nino Maruszewski <nino.maruszewski@hotmail.com>"]
0 commit comments