diff --git a/README.md b/README.md index 27bc821..a438a76 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,8 @@ ppb-mutant This library provides convenient support for the [Mutant Standard emoji](https://mutant.tech) for games using the [PursuedPyBear engine](https://github.com/ppb/pursuedpybear). -This version is for PursuedPyBear v0.5 and Mutant Standard v0.3.1. +This version is for PursuedPyBear v0.5 and Mutant Standard v0.4.0. -On Versions: This project is semi-semver: Whenever the matching PPB or Mutant -dependencies are updated, the major version is changed (eg frome v0.4 to v0.5). -Whenever the library itself is updated, the minor version is changed (eg from -v0.4.0 to v0.4.1); this may introduce breaking changes. Setup ===== diff --git a/setup.py b/setup.py index 61b116c..2de9fab 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def readme(): setup( name='ppb-mutant', - version='0.7.0', + version='0.7.1', packages=['ppb_mutant'], package_data={'ppb_mutant': ['_assets/*.png', '_assets/*.txt']}, install_requires=[