Skip to content

Commit dd6222e

Browse files
authored
Merge pull request #14 from splendidtoad/dev
Update version number and changelog
2 parents b24e66c + 513f247 commit dd6222e

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
0.1.2 - * Refactor to remove redundant top-level "pyrealpro" module
2-
* Check in missing `doc` directory
3-
* Add Changelog
1+
0.1.3 - Fix Song.ur() for Songs with no measures
2+
- Fix package/module namespacing
3+
4+
0.1.2 - Refactor to remove redundant top-level "pyrealpro" module
5+
- Check in missing `doc` directory
6+
- Add Changelog
47

58
0.1.1 - Fix package homepage URL
69

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pyrealpro",
8-
version="0.1.2",
8+
version="0.1.3",
99
author="Andy Chase",
1010
author_email="andychase@gmail.com",
1111
description="Tools for building iRealPro songs.",

0 commit comments

Comments
 (0)