Skip to content

Commit

Permalink
Update version number to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sffjunkie committed Feb 4, 2019
1 parent 579ad90 commit 7a6bfda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read_contents(*names, **kwargs):
long_description = description

setup(name='astral',
version='1.9.2',
version='1.10',
description=description,
long_description=long_description,
author='Simon Kennedy',
Expand Down
2 changes: 1 addition & 1 deletion src/astral.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

__all__ = ["Astral", "Location", "AstralGeocoder", "GoogleGeocoder", "AstralError"]

__version__ = "1.9.2"
__version__ = "1.10"
__author__ = "Simon Kennedy <sffjunkie+code@gmail.com>"

SUN_RISING = 1
Expand Down
4 changes: 2 additions & 2 deletions src/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def __getattr__(cls, name):
project = 'Astral'
author = 'Simon Kennedy'
copyright = '2009-2019, %s' % author
version = '1.9.2'
release = '1.9'
version = '1.10'
release = '1.10'

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
Expand Down

0 comments on commit 7a6bfda

Please sign in to comment.