- commit
- 344702fcd34d535508935887bd001961cce9ec76
- parent
- ed350fcd8647319d7a64e5ac0d6e56b7bee8bf06
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-10-02 10:41
bump version to 0.0.2
Diffstat
| A | CHANGES.md | 10 | ++++++++++ |
| M | setup.py | 2 | +- |
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -0,0 +1,10 @@ -1 1 0.0.2 (2019-10-02) -1 2 ------------------ -1 3 -1 4 - add aria-attributes for better accessibility -1 5 -1 6 -1 7 0.0.1 (2019-02-20) -1 8 ------------------ -1 9 -1 10 initial release
diff --git a/setup.py b/setup.py
@@ -7,7 +7,7 @@ README = open(os.path.join(os.path.dirname(__file__), 'README.md')).read() 7 7 8 8 setup( 9 9 name='simplecharts',10 -1 version='0.0.1',-1 10 version='0.0.2', 11 11 description='SVG charts without dependencies', 12 12 long_description=README, 13 13 url='https://github.com/xi/simplecharts',