Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avladev committed Nov 5, 2013
1 parent 65dcabd commit bad38f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ The code requires latest versions of [Python 2.x](http://python.org), [Scipy](ht
For Windows users we recommend [Python(x,y)](https://code.google.com/p/pythonxy/) which includes latest python version along with commonly used scientific packages packed in a user-friendly installation.


Prebuild version
Prebuilt version
----------------
You can also download prebuid Windows version of the transit-gui [here](http://astro.shu-bg.net/software/tac-maker/).
You can also download prebuilt Windows version of the transit-gui [here](https://github.com/acshu/transit-gui/releases).
4 changes: 2 additions & 2 deletions Transit.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def __init__(self):

self.setGeometry(0, 0, screen_width, screen_height)

self.setWindowTitle('TAC-maker 1.0.1')
self.setWindowIcon(QIcon('assets/icon.png'))
self.setWindowTitle('TAC-maker 1.1.0')
self.setWindowIcon(QIcon('assets/icon.png'))

self.init_menu()

Expand Down

0 comments on commit bad38f0

Please sign in to comment.