We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3ac96 commit ec22c39Copy full SHA for ec22c39
2 files changed
push_tags.txt
@@ -1,2 +1,3 @@
1
+Actualizar version en pyproject.toml
2
git tag 0.0.x
3
git push origin --tags
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "openstaad"
7
-version = "0.0.6"
+version = "0.0.11a1"
8
authors = [{ name = "konrad", email = "opensteel611@example.com" }]
9
description = "A small example package for openstaad python package"
10
readme = "README.md"
@@ -15,7 +15,7 @@ classifiers = [
15
"License :: OSI Approved :: MIT License",
16
"Operating System :: OS Independent",
17
]
18
-dependencies = ["comtypes==1.2.0"]
+dependencies = ["comtypes==1.4.15"]
19
20
[project.urls]
21
Homepage = "https://github.com/OpenStaad/OpenStaadPython"
0 commit comments