Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavesh-jadav committed Jan 27, 2019
1 parent 1cc8fd8 commit d32cd79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/python/AppInfo.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


Name = 'Power BI Theme Generator'
Version = 'v0.2.0'
Version = 'v0.3.0'
Author = 'Bhavesh Jadav'
GitHubRepoURL = 'https://github.com/bhavesh-jadav/Power-BI-Theme-Generator'
GitHubRepoIssuesURL = GitHubRepoURL + '/issues'
2 changes: 1 addition & 1 deletion src/main/python/PowerBIThemeGeneratorGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self):
self._verticalLayoutMainWindow.addWidget(self._tabWidgetMainWindow)

# for testing
self.__testOpenFileMethod()
# self.__testOpenFileMethod()
# end for testing

self._horizontalLayoutWelcomeScreen = QHBoxLayout()
Expand Down

0 comments on commit d32cd79

Please sign in to comment.