Skip to content

Commit 33f0055

Browse files
author
Thomas Gideon
committed
Bump patch version.
1 parent b6b0b3f commit 33f0055

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
setup(name='flashbake',
9-
version='0.27',
9+
version='0.27.1',
1010
author="Thomas Gideon",
1111
author_email="cmdln@thecommandline.net",
1212
maintainer="Thomas Gideon",

src/flashbake/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import sys #@Reimport
3131
import __builtin__
3232

33-
__version__ = '0.27'
33+
__version__ = '0.27.1'
3434

3535
class ConfigError(Exception):
3636
pass

0 commit comments

Comments
 (0)