Skip to content

Commit c4d28d2

Browse files
Bump version to 0.3
1 parent bcf7b9a commit c4d28d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

skyfield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
functions and classes there.
55
66
"""
7-
VERSION = (0, 2)
7+
VERSION = (0, 3)
88
__version__ = '.'.join(map(str, VERSION))

skyfield/documentation/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can protect your project from any abrupt API changes
4141
by pinning a specific version of Skyfield
4242
in your ``requirements.txt`` or ``setup.py`` or install instructions::
4343

44-
skyfield==0.2
44+
skyfield==0.3
4545

4646
By preventing Skyfield from being upgraded
4747
until you are ready to advance the version number yourself,

0 commit comments

Comments
 (0)