Skip to content

Commit

Permalink
Version 2.0.1 to fix docs on PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
sffjunkie committed Feb 10, 2020
1 parent df1d8ca commit a26cef7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "astral"
version = "2.0"
version = "2.0.1"
description = "Calculations for the position of the sun and moon."
keywords = ["sun", "moon", "sunrise", "sunset", "dawn", "dusk"]
authors = ["Simon Kennedy <sffjunkie+code@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = astral
version = 2.0
version = 2.0.1
description = Calculations for the position of the sun and moon.
description-file = README.rst
keywords = sun, moon, sunrise, sunset, dawn, dusk
Expand Down
2 changes: 1 addition & 1 deletion src/astral/__init__.py
Expand Up @@ -68,7 +68,7 @@
"dms_to_float",
]

__version__ = "2.0"
__version__ = "2.0.1"
__author__ = "Simon Kennedy <sffjunkie+code@gmail.com>"


Expand Down
2 changes: 1 addition & 1 deletion src/doc/conf.py
Expand Up @@ -23,7 +23,7 @@
author = "Simon Kennedy"
copyright = "2009-2020, %s" % author
version = "2.0"
release = "2.0"
release = "2.0.1"

# 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 a26cef7

Please sign in to comment.