Skip to content

Commit

Permalink
How come this all worked on Sunday?!
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleissin committed May 11, 2015
1 parent caf7687 commit a7772c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.3
current_version = 0.9.4

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -53,7 +53,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '0.9.3'
release = '0.9.4'
# The short X.Y version.
version = release.rsplit('.', 1)[0]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@
)

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

0 comments on commit a7772c4

Please sign in to comment.