Skip to content

Commit

Permalink
changed version description in code
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatWheatleySaid committed Jun 30, 2019
1 parent c1f346d commit 500db96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MVPtoolkit.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
print('starting ...')
print('starting ...')
import requests
import jdcal
import datetime
Expand Down Expand Up @@ -104,7 +104,7 @@ def __init__(self, master,pykep_installed):
#license
with open('LICENSE','r') as f:
self.license_text = f.read()
self.version = 'v0.5.1w'
self.version = 'v0.5.2w'

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

0 comments on commit 500db96

Please sign in to comment.