Skip to content

Commit

Permalink
Update readme (and bump version)
Browse files Browse the repository at this point in the history
  • Loading branch information
AstraLuma committed Apr 12, 2019
1 parent 96fc145 commit f7cbd57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=====
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit f7cbd57

Please sign in to comment.