Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Gideon committed Nov 13, 2015
1 parent b6b0b3f commit 33f0055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


setup(name='flashbake',
version='0.27',
version='0.27.1',
author="Thomas Gideon",
author_email="cmdln@thecommandline.net",
maintainer="Thomas Gideon",
Expand Down
2 changes: 1 addition & 1 deletion src/flashbake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import sys #@Reimport
import __builtin__

__version__ = '0.27'
__version__ = '0.27.1'

class ConfigError(Exception):
pass
Expand Down

0 comments on commit 33f0055

Please sign in to comment.