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