Skip to content

Commit

Permalink
Test version bump 1
Browse files Browse the repository at this point in the history
  • Loading branch information
notcammy committed Nov 24, 2017
1 parent a1f02e2 commit 44d34be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.8
2.2.9_testing
2 changes: 1 addition & 1 deletion pyinstalive/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
except ImportError:
from urllib2 import urlopen

script_version = "2.2.8"
script_version = "2.2.9_testing"
python_version = sys.version.split(' ')[0]
bool_values = {'True', 'False'}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'notcammy'
__email__ = '[email protected]'
__version__ = '2.2.8'
__version__ = '2.2.9_testing'

_api_version = '1.3.5'
_api_extensions_version = '0.3.6'
Expand Down

0 comments on commit 44d34be

Please sign in to comment.