Skip to content
Snippets Groups Projects
Verified Commit bfed6512 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Allow semantic versioning

parent 04973e68
No related branches found
No related tags found
No related merge requests found
Changelog for MMLlib
====================
0.4
1.4
---
- Bump major version to enable semantic versioning
- Add octave tracking feature.
- Add basic support for MicroPython/ESP PWM
- The “mmllint” command can now output “normalised” MML,
......
......@@ -41,7 +41,7 @@ if sys.version_info < (2, 6, 0):
setup(
# Basic information
name = 'MMLlib',
version = '0.4',
version = '1.4',
description = 'Modern library for handling Music Macro Language',
long_description = long_description,
license = 'MirOS',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment