Skip to content

Commit 5c8caff

Browse files
committed
version bump
1 parent 09a6d16 commit 5c8caff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ upload: setup.py
1414
@if [ "$(shell git rev-parse --abbrev-ref HEAD)" != "master" ]; then exit 1; fi
1515
rm -f dist/*
1616
python3 setup.py sdist
17-
python3 setup.py bdist_wheel --universal
17+
python3 setup.py bdist_wheel
1818
twine upload dist/*
1919

2020
publish: tag upload

tikzplotlib/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
__email__ = "[email protected]"
33
__copyright__ = "Copyright (c) 2010-2019, {} <{}>".format(__author__, __email__)
44
__license__ = "License :: OSI Approved :: MIT License"
5-
__version__ = "0.8.0"
5+
__version__ = "0.8.1"
66
__status__ = "Development Status :: 5 - Production/Stable"

0 commit comments

Comments
 (0)