Skip to content

Commit 73c0426

Browse files
pipy: Initial release. This version has been tested on TestPyPI previously.
1 parent a96767c commit 73c0426

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ name = "pkg_infra"
4848
# ]
4949
readme = "README.md"
5050
requires-python = ">=3.10"
51-
version = "0.0.1.dev2"
51+
version = "0.0.1"
5252

5353
[project.optional-dependencies]
5454
dev = [

src/pkg_infra/_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import toml
2525

26-
_VERSION = '0.0.1.dev2'
26+
_VERSION = '0.0.1'
2727

2828

2929
def get_metadata() -> dict:

0 commit comments

Comments
 (0)