We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f2f71 commit 509f3a0Copy full SHA for 509f3a0
2 files changed
hytek_parser/__init__.py
@@ -15,4 +15,4 @@
15
]
16
__author__ = "Nino Maruszewski"
17
__license__ = "MIT"
18
-__version__ = "1.1.1"
+__version__ = "1.2.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "hytek-parser"
3
-version = "1.1.1"
+version = "1.2.0"
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