Skip to content

Commit

Permalink
Peg pymunk version since newer ones cause breaking changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Jun 3, 2022
1 parent ce0533f commit 8013c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
"numpy",
"pygame",
"pyglet",
"pymunk",
"pymunk~=5.6.0",
"Pillow",
]
TEST_REQUIREMENTS = [
Expand Down
2 changes: 1 addition & 1 deletion xmagical/version.py
@@ -1,3 +1,3 @@
"""Version file will be exec'd by setup.py and imported by __init__.py"""

__version__ = "0.0.3"
__version__ = "0.0.4"

0 comments on commit 8013c75

Please sign in to comment.