Skip to content

Commit

Permalink
0.3.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
argaen committed Jan 12, 2017
1 parent 45c762f commit fe51b03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.3'
version = '0.3.0'
# The full version, including alpha/beta/rc tags.
release = '0.2.3'
release = '0.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

setup(
name="aiocache",
version="0.2.3",
version="0.3.0",
author="Manuel Miranda",
url="https://github.com/argaen/aiocache",
author_email="[email protected]",
description="Asynchronous redis cache",
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
],
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit fe51b03

Please sign in to comment.