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 d279195 commit d939cf3Copy full SHA for d939cf3
setup.py
@@ -1,10 +1,10 @@
1
from setuptools import setup, find_packages
2
3
-version = '0.2.2'
+version = '0.2.3'
4
5
setup(
6
name='StarTSPImage',
7
- version=version,,
+ version=version,
8
packages=find_packages(),
9
license='MIT',
10
description='Creates Star graphics mode raster images for use with Star TSP series thermal printers',
0 commit comments