Skip to content

Commit 500db96

Browse files
changed version description in code
1 parent c1f346d commit 500db96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MVPtoolkit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
print('starting ...')
1+
print('starting ...')
22
import requests
33
import jdcal
44
import datetime
@@ -104,7 +104,7 @@ def __init__(self, master,pykep_installed):
104104
#license
105105
with open('LICENSE','r') as f:
106106
self.license_text = f.read()
107-
self.version = 'v0.5.1w'
107+
self.version = 'v0.5.2w'
108108

109109
self.default_colors = ['#191919','#7f7f7f','#ffffff','#000000']
110110
self.resolution = 1600

0 commit comments

Comments
 (0)