We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee1e3d commit 0dea57aCopy full SHA for 0dea57a
docs/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = '0.0.4'
+version = '0.0.14'
52
# The full version, including alpha/beta/rc tags.
53
-release = '0.0.4'
+release = '0.0.14'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="ioc",
8
- version="0.0.13",
+ version="0.0.14",
9
description="A small dependency injection container based on Symfony2 Dependency Component",
10
author="Thomas Rabaix",
11
author_email="[email protected]",
0 commit comments