Skip to content

Commit 5f777bb

Browse files
committed
PyPi does not count 2.0.2a0 as higher version than 2.0.2...
1 parent 474458f commit 5f777bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
from distutils.core import setup, Extension
3838
import sys
39-
VERSION="2.0.2a"
39+
VERSION="2.0.3"
4040
libraries=["cups"]
4141

4242
if sys.platform == "darwin" or sys.platform.startswith("freebsd"):

0 commit comments

Comments
 (0)