Skip to content

Commit

Permalink
revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Apr 16, 2018
1 parent 99a8360 commit fb3e3bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -71,9 +71,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '2.1.2'
version = '2.1.1'
# The full version, including alpha/beta/rc tags.
release = '2.1.2'
release = '2.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -245,6 +245,7 @@ def get_tag(self):

except ImportError:
# we don't have wheel installed so there is nothing to change
print("Wheel is not installed...")
pass


Expand All @@ -254,7 +255,7 @@ def get_tag(self):

setup(
name='spiceypy',
version='2.1.2',
version='2.1.1',
license='MIT',
author='Andrew Annex',
author_email='ama6fy@virginia.edu',
Expand Down

0 comments on commit fb3e3bb

Please sign in to comment.