Skip to content

Commit 3307a61

Browse files
author
Geoff Kendal
committed
Adjustments for library release
1 parent 1cb9b53 commit 3307a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
setup(
44
name='StarTSPImage',
5-
version='0.1.0',
5+
version='0.2.0',
66
packages=find_packages(),
77
license='MIT',
88
description='Creates Star graphics mode raster images for use with Star TSP series thermal printers',
99
long_description=open('README.md').read(),
1010
long_description_content_type="text/markdown",
1111
install_requires=['Pillow'],
1212
url='https://github.com/geftactics/python-StarTSPImage',
13-
download_url = 'https://github.com/geftactics/python-StarTSPImage/archive/0.1.0.tar.gz',
13+
download_url = 'https://github.com/geftactics/python-StarTSPImage/archive/0.2.0.tar.gz',
1414
author='Geoff Kendal',
1515
author_email='Geoff@squiggle.org'
1616
)

0 commit comments

Comments
 (0)