Skip to content
Snippets Groups Projects
Commit 4cfb0a155020 authored by Florent Aide's avatar Florent Aide
Browse files

bumping to 0.10.1 for dev

parent 514d741c3911
No related branches found
No related tags found
No related merge requests found
......@@ -93,8 +93,8 @@
=========
NEXT
----
0.10.0 2019-03-15
-----------------
- Save embedded images into "Pictures" directory to work with lowriter>=6.0
......
#!/bin/bash
rm -rf dist/
python setup.py egg_info -RDb "" sdist --formats=gztar bdist_egg bdist_wheel
python3 setup.py egg_info -Db "" sdist --formats=gztar bdist_wheel
twine upload -s dist/*
......@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
import codecs
version = "0.9.14"
version = "0.10.1"
setup(
name="py3o.template",
......
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