Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Prepare for 1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed Apr 12, 2017
1 parent 986d0aa commit 42f288d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
# built documents.
#
# The short X.Y version.
version = '1.8'
version = '1.9'
# The full version, including alpha/beta/rc tags.
release = '1.8.0'
release = '1.9.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
_name = 'podaacpy'
_namespaces = []
_test_suite = 'podaac.tests'
_url = 'https://github.com/lewismc/podaacpy'
_version = '1.8.0'
_url = 'https://github.com/nasa/podaacpy'
_version = '1.9.0'
_zip_safe = False

# Setup Metadata
Expand Down

0 comments on commit 42f288d

Please sign in to comment.