We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb9b53 commit 3307a61Copy full SHA for 3307a61
setup.py
@@ -2,15 +2,15 @@
2
3
setup(
4
name='StarTSPImage',
5
- version='0.1.0',
+ version='0.2.0',
6
packages=find_packages(),
7
license='MIT',
8
description='Creates Star graphics mode raster images for use with Star TSP series thermal printers',
9
long_description=open('README.md').read(),
10
long_description_content_type="text/markdown",
11
install_requires=['Pillow'],
12
url='https://github.com/geftactics/python-StarTSPImage',
13
- download_url = 'https://github.com/geftactics/python-StarTSPImage/archive/0.1.0.tar.gz',
+ download_url = 'https://github.com/geftactics/python-StarTSPImage/archive/0.2.0.tar.gz',
14
author='Geoff Kendal',
15
author_email='Geoff@squiggle.org'
16
)
0 commit comments