Skip to content

Commit

Permalink
Updated Version to 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pidydx committed Mar 9, 2015
1 parent cffd5ec commit 8390be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
Python IOC Editor v0.9.7
Python IOC Editor v0.9.8


Description:
Expand Down
2 changes: 1 addition & 1 deletion pyioce.py
Expand Up @@ -2570,7 +2570,7 @@ def on_revert(self, event):

if __name__ == '__main__':
BASE_DIR = "./"
VERSION = "0.9.7"
VERSION = "0.9.8"
app = wx.App()

PyIOCe(None)
Expand Down

0 comments on commit 8390be8

Please sign in to comment.