bumped ephem to >=4.1.3 to fix sunset / sunrise bug

This commit is contained in:
Tobias Wellnitz, DH1TW 2021-12-16 00:09:06 +01:00
parent 6cba84edf4
commit cb9b23c96f
4 changed files with 30 additions and 8 deletions

View file

@ -1,3 +1,3 @@
VERSION = (0, 7, 8)
VERSION = (0, 7, 9)
__release__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]
__version__ = '.'.join((str(VERSION[0]), str(VERSION[1])))