Skip to content

Commit

Permalink
Adding a patch release to pin ppb vector. Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
pathunstrom committed Apr 9, 2019
1 parent f8afc0b commit 2bd03c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ def readme():

setup(
name='ppb',
version='0.5.0',
version='0.5.1',
packages=['ppb', 'ppb.systems'],
install_requires=[
'pygame',
'ppb-vector<1',
'ppb-vector<1.0.0',
'dataclasses; python_version < "3.7"'
],
python_requires=">=3.6",
Expand Down

0 comments on commit 2bd03c3

Please sign in to comment.