Skip to content

Commit

Permalink
PyPi support
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley committed Apr 9, 2019
1 parent a27f377 commit 5573ec8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion _version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ def get_versions():
def raw_versions():
return json.loads("""
{
"version": "0.27"
"version": "0.27",
"rc": "0",
"post": "0"
}
""")

Expand Down
4 changes: 3 additions & 1 deletion pyaff4/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ def get_versions():
def raw_versions():
return json.loads("""
{
"version": "0.27"
"version": "0.27",
"rc": "0",
"post": "0"
}
""")

Expand Down
2 changes: 2 additions & 0 deletions version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ dependent_versions:
- _version.py
- pyaff4/_version.py
version_data:
post: '0'
rc: '0'
version: '0.27'

0 comments on commit 5573ec8

Please sign in to comment.