Skip to content

Commit

Permalink
Bugfix-release
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Apr 1, 2014
1 parent 0e912e4 commit c5a0817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -55,7 +55,7 @@
# The short X.Y version.
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.2'
release = '0.7.3'

# 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
Expand Up @@ -29,7 +29,7 @@
)

setup(name='nano',
version='0.7.2',
version='0.7.3',
packages=find_packages(exclude=exclude),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit c5a0817

Please sign in to comment.