Skip to content

Commit

Permalink
revision update
Browse files Browse the repository at this point in the history
  • Loading branch information
rvianello committed Jul 27, 2015
1 parent ada150d commit ee46efc
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.2'
version = '0.0.3'
# The full version, including alpha/beta/rc tags.
release = '0.0.2'
release = '0.0.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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_packages(package):

setup(
name='django-rdkit',
version='0.0.2',
version='0.0.3',
description='',
packages = get_packages('django_rdkit'),
zip_safe=False,
Expand Down

0 comments on commit ee46efc

Please sign in to comment.