Skip to content

Commit

Permalink
Bumped version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nippoo committed Apr 11, 2015
1 parent 518c557 commit e1c02e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev/wininstaller/klustaviewa.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "KlustaViewa"
#define MyAppVersion "0.3.0.beta1"
#define MyAppVersion "0.3.0"
#define MyAppPublisher "Klusta-Team"
#define MyAppURL "https://klusta-team.github.io"

Expand Down Expand Up @@ -82,4 +82,4 @@ begin
// look for the path with leading and trailing semicolon
// Pos() returns 0 if not found
Result := Pos(';' + Param + ';', ';' + OrigPath + ';') = 0;
end;
end;
2 changes: 1 addition & 1 deletion klustaviewa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -----------------------------------------------------------------------------
# Global variables
# -----------------------------------------------------------------------------
__version__ = '0.3.0.rc1'
__version__ = '0.3.0'

APPNAME = 'klustaviewa'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
setup(
zip_safe=False,
name='klustaviewa',
version='0.3.0.rc1',
version='0.3.0',
author='Cyrille Rossant',
author_email='rossant@github',
packages=['klustaviewa',
Expand Down

0 comments on commit e1c02e8

Please sign in to comment.