We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf7b9a commit c4d28d2Copy full SHA for c4d28d2
skyfield/__init__.py
@@ -4,5 +4,5 @@
4
functions and classes there.
5
6
"""
7
-VERSION = (0, 2)
+VERSION = (0, 3)
8
__version__ = '.'.join(map(str, VERSION))
skyfield/documentation/installation.rst
@@ -41,7 +41,7 @@ You can protect your project from any abrupt API changes
41
by pinning a specific version of Skyfield
42
in your ``requirements.txt`` or ``setup.py`` or install instructions::
43
44
- skyfield==0.2
+ skyfield==0.3
45
46
By preventing Skyfield from being upgraded
47
until you are ready to advance the version number yourself,
0 commit comments