Skip to content

Commit

Permalink
Bump version for new PPB
Browse files Browse the repository at this point in the history
  • Loading branch information
AstraLuma committed Mar 22, 2021
1 parent 004f7e3 commit 6a695c5
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-mutant',
version='0.11.1',
version='0.11.2',
packages=['ppb_mutant', 'ppb_mutant._assets'],
package_data={'ppb_mutant._assets': ['*.png', '*.txt']},
install_requires=[
'ppb~=0.8.0',
'ppb>=0.12.0',
],
url='https://github.com/ppb/ppb-mutant',
license='Artistic-2.0',
Expand Down

0 comments on commit 6a695c5

Please sign in to comment.