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 a0834e0 commit 0f4a6b2Copy full SHA for 0f4a6b2
docs/conf.py
@@ -34,7 +34,7 @@
34
version = '1.0'
35
36
# The full version, including alpha/beta/rc tags
37
-release = '1.0.0-alpha.3'
+release = '1.0.0-alpha.4'
38
39
40
# -- General configuration ---------------------------------------------------
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='py-dependency-injection',
9
- version='1.0.0-alpha.3',
+ version='1.0.0-alpha.4',
10
author='David Runemalm, 2024',
11
author_email='david.runemalm@gmail.com',
12
description=
0 commit comments