Skip to content

Commit a27f377

Browse files
author
Bradley
committed
Travis CI support
1 parent aee26a6 commit a27f377

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

_version.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ def get_versions():
1212
def raw_versions():
1313
return json.loads("""
1414
{
15-
"post": "6",
16-
"version": "0.26",
17-
"rc": "0"
15+
"version": "0.27"
1816
}
1917
""")
2018

pyaff4/_version.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ def get_versions():
1212
def raw_versions():
1313
return json.loads("""
1414
{
15-
"post": "7",
16-
"version": "0.26",
17-
"rc": "0"
15+
"version": "0.27"
1816
}
1917
""")
2018

0 commit comments

Comments
 (0)