Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Avanov committed Jan 16, 2015
1 parent 5e387da commit 6d6ebc4
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
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.17'
release = '0.1.18'

# 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 @@ -44,7 +44,7 @@ def run_tests(self):

setup(
name='Rhetoric',
version='0.1.17',
version='0.1.18',
packages=find_packages(exclude=['tests']),
install_requires=[
'Django>=1.4',
Expand Down

0 comments on commit 6d6ebc4

Please sign in to comment.