Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Dec 18, 2013
1 parent 6c9fb19 commit bc0b458
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependency_injection.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
from collections import namedtuple


__version__ = '1.0.1-dev'
__version__ = '1.1.0'

CLASSY_TYPES = (type(object),)
if sys.version_info < (3, 0, 0):
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.1-dev'
release = '1.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
, author_email='support@gittip.com'
, description="This library defines a helper for building a dependency injection framework."
, url='https://dependency-injection-py.readthedocs.org/'
, version='1.0.1-dev'
, version='1.1.0'
, py_modules=['dependency_injection']
, classifiers=[ 'Development Status :: 5 - Production/Stable'
, 'Intended Audience :: Developers'
Expand Down

0 comments on commit bc0b458

Please sign in to comment.