Skip to content

Commit ec22c39

Browse files
committed
updates de como hacer push tag y actutualizacion de version de compypes en pyproject.toml
1 parent 9e3ac96 commit ec22c39

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

push_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
Actualizar version en pyproject.toml
12
git tag 0.0.x
23
git push origin --tags

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openstaad"
7-
version = "0.0.6"
7+
version = "0.0.11a1"
88
authors = [{ name = "konrad", email = "opensteel611@example.com" }]
99
description = "A small example package for openstaad python package"
1010
readme = "README.md"
@@ -15,7 +15,7 @@ classifiers = [
1515
"License :: OSI Approved :: MIT License",
1616
"Operating System :: OS Independent",
1717
]
18-
dependencies = ["comtypes==1.2.0"]
18+
dependencies = ["comtypes==1.4.15"]
1919

2020
[project.urls]
2121
Homepage = "https://github.com/OpenStaad/OpenStaadPython"

0 commit comments

Comments
 (0)