Skip to content

Commit

Permalink
updates for PyPi v1.1 (v1.1.0 had issue with pip install)
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Nov 7, 2017
1 parent 6725650 commit 70392da
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 @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.1'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.1'
release = '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 stetl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.1"

0 comments on commit 70392da

Please sign in to comment.