diff --git a/README.md b/README.md index 0959bb0..cf905b2 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Documentation and further information Visit the documentation of the latest release: - https://pyastronomy.readthedocs.io/en/v_0-18-2/ + https://pyastronomy.readthedocs.io/en/v_0-19-0/ Licensing --------- diff --git a/src/PyA_Version.py b/src/PyA_Version.py index a907200..2b3b5e6 100644 --- a/src/PyA_Version.py +++ b/src/PyA_Version.py @@ -1,3 +1,3 @@ def PyA_Version(): - return "0.19.0beta" + return "0.19.0"