Skip to content

Commit aa59e2d

Browse files
Declare version 1.39
1 parent 2acb6f2 commit aa59e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skyfield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
the source code, as well as the http://rhodesmill.org/skyfield/ site!
66
77
"""
8-
VERSION = (1, 38)
8+
VERSION = (1, 39)
99
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)