Skip to content

Commit

Permalink
Update version 1.0.0 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dubreuia committed Sep 12, 2020
1 parent d49c5bb commit 6fd656c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@
```bash
twine upload dist/*
```
4. Create the release in [Github Issues](https://github.com/dubreuia/visual_midi/releases)
3. Tag in git
```bash
git tag <version>
git push origin <version>
```
5. Create the release in [Github Issues](https://github.com/dubreuia/visual_midi/releases)

2 changes: 1 addition & 1 deletion docs/badge-pypi-website.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def tests():

setup(
name="Visual MIDI",
version="1.0.0",
version="1.1.0",
author="Alexandre DuBreuil",
author_email="code@alexandredubreuil.com",
description="Converts a pretty midi sequence to a boket plot",
Expand Down

0 comments on commit 6fd656c

Please sign in to comment.