Skip to content

Commit 33dcc25

Browse files
committed
Bump version to v1.0.0-alpha.10.
1 parent 3053048 commit 33dcc25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
version = "1.0"
3636

3737
# The full version, including alpha/beta/rc tags
38-
release = "1.0.0-alpha.9"
38+
release = "1.0.0-alpha.10"
3939

4040

4141
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="py-dependency-injection",
9-
version="1.0.0-alpha.9",
9+
version="1.0.0-alpha.10",
1010
author="David Runemalm, 2024",
1111
author_email="[email protected]",
1212
description="A dependency injection library for Python.",

0 commit comments

Comments
 (0)