Skip to content

Commit 0dea57a

Browse files
author
Thomas Rabaix
committed
update version
1 parent 0ee1e3d commit 0dea57a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.0.4'
51+
version = '0.0.14'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.0.4'
53+
release = '0.0.14'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="ioc",
8-
version="0.0.13",
8+
version="0.0.14",
99
description="A small dependency injection container based on Symfony2 Dependency Component",
1010
author="Thomas Rabaix",
1111
author_email="[email protected]",

0 commit comments

Comments
 (0)