Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
ahbarnett committed Nov 2, 2018
1 parent b39bcdf commit abdee01
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 @@ -65,7 +65,7 @@
# The short X.Y version.
version = u'1.1'
# The full version, including alpha/beta/rc tags.
release = u'1.1.0'
release = u'1.1.1'

# 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 @@ -4,7 +4,7 @@

# Max OSX users: please edit as per below comments, and docs/install.rst

__version__ = '1.1'
__version__ = '1.1.1'

from setuptools import setup, Extension
from setuptools.command.build_ext import build_ext
Expand Down

0 comments on commit abdee01

Please sign in to comment.