We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3a88e commit b6788fdCopy full SHA for b6788fd
βcodelimit/version.pyβ
@@ -1 +1 @@
1
-version = "1.0.0"
+version = "0.18.1"
βpyproject.tomlβ
@@ -1,6 +1,6 @@
[project]
2
name = "codelimit"
3
4
description = ""
5
authors = [{ name = "Rob van der Leek", email = "robvanderleek@gmail.com" }]
6
requires-python = ">=3.10,<3.14"
@@ -31,6 +31,7 @@ dev = [
31
"mypy>=1.13.0,<2",
32
"black>=24.10.0,<25",
33
"ruff>=0.8.2,<0.9",
34
+ "python-semantic-release>=9.21.0",
35
]
36
37
[build-system]
0 commit comments