Skip to content

Commit d939cf3

Browse files
author
Geoff Kendal
committed
Import error fix
1 parent d279195 commit d939cf3

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
@@ -1,10 +1,10 @@
11
from setuptools import setup, find_packages
22

3-
version = '0.2.2'
3+
version = '0.2.3'
44

55
setup(
66
name='StarTSPImage',
7-
version=version,,
7+
version=version,
88
packages=find_packages(),
99
license='MIT',
1010
description='Creates Star graphics mode raster images for use with Star TSP series thermal printers',

0 commit comments

Comments
 (0)