We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3053048 commit 33dcc25Copy full SHA for 33dcc25
docs/conf.py
@@ -35,7 +35,7 @@
35
version = "1.0"
36
37
# The full version, including alpha/beta/rc tags
38
-release = "1.0.0-alpha.9"
+release = "1.0.0-alpha.10"
39
40
41
# -- General configuration ---------------------------------------------------
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="py-dependency-injection",
9
- version="1.0.0-alpha.9",
+ version="1.0.0-alpha.10",
10
author="David Runemalm, 2024",
11
author_email="david.runemalm@gmail.com",
12
description="A dependency injection library for Python.",
0 commit comments