We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac578b commit 690deffCopy full SHA for 690deff
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "hytek-parser"
3
-version = "0.1.0"
+version = "1.0.0"
4
description = "Parsers for the files produced by Hytek's Meet Manager."
5
license = "MIT"
6
authors = ["Nino Maruszewski <nino.maruszewski@hotmail.com>"]
@@ -10,7 +10,7 @@ repository = "https://www.github.com/SwimComm/hytek-parser"
10
documentation = "https://www.github.com/SwimComm/hytek-parser"
11
keywords = ["hytek", "parsers", "hy3"]
12
classifiers = [
13
- "Development Status :: 3 - Alpha",
+ "Development Status :: 5 - Production/Stable",
14
"Intended Audience :: Developers",
15
"Operating System :: OS Independent",
16
"Topic :: Text Processing",
0 commit comments