Skip to content

Commit 39516fb

Browse files
authored
Bump the version to 20225.0 (#64)
1 parent 0924c4b commit 39516fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
- uses: actions/checkout@v3
99
- uses: actions/setup-python@v4
1010
with:
11-
python-version: "3.11"
11+
python-version: "3.x"
1212
- run: pipx run build

pyproject.toml

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

66
[project]
77
name = "microvenv"
8-
version = "2023.5.post1"
8+
version = "2025.0"
99
description = "A minimal re-implementation of Python's venv module plus utilities"
1010
keywords = ["virtual environments", "venv"]
1111
readme = "README.md"
@@ -14,7 +14,7 @@ maintainers = [{ name = "Brett Cannon", email = "[email protected]" }]
1414
authors = [{ name = "Brett Cannon", email = "[email protected]" }]
1515
requires-python = ">=3.8"
1616
classifiers = [
17-
"Development Status :: 4 - Beta",
17+
"Development Status :: 5 - Production/Stable",
1818
"License :: OSI Approved :: MIT License",
1919
"Intended Audience :: Developers",
2020
"Topic :: Software Development",

0 commit comments

Comments
 (0)