Skip to content

Commit

Permalink
Merge branch 'hotfix-0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed May 13, 2016
2 parents ba108e8 + 513db7a commit 3df2b7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions runtime.txt
@@ -0,0 +1 @@
python-2.7.11
2 changes: 1 addition & 1 deletion trinket/tests/test_init.py
Expand Up @@ -23,7 +23,7 @@
## Initialization Tests (for sanity)
##########################################################################

EXPECTED_VERSION = "0.2"
EXPECTED_VERSION = "0.2.1"

class InitializationTests(unittest.TestCase):

Expand Down
2 changes: 1 addition & 1 deletion trinket/version.py
Expand Up @@ -20,7 +20,7 @@
__version_info__ = {
'major': 0,
'minor': 2,
'micro': 0,
'micro': 1,
'releaselevel': 'final',
'serial': 0,
}
Expand Down

0 comments on commit 3df2b7c

Please sign in to comment.