Skip to content

Commit

Permalink
Version numbers that produce legal wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
clayote committed Jan 3, 2016
1 parent a09192c commit 826f349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ELiDE/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="ELiDE",
version="a5",
version="0.0.0a5",
packages=[
"ELiDE",
"ELiDE.board",
Expand Down
2 changes: 1 addition & 1 deletion LiSE/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="LiSE",
version="a5",
version="0.0.0a5",
description="Rules engine for life simulation games",
author="Zachary Spector",
author_email="[email protected]",
Expand Down

0 comments on commit 826f349

Please sign in to comment.