Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Aug 11, 2021
1 parent ba729d4 commit 8fd091b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import subprocess
import sys
from distutils.errors import DistutilsExecError
from distutils.version import LooseVersion
from distutils.spawn import spawn
from distutils.version import LooseVersion
from glob import glob
from itertools import chain
from os.path import exists, join
Expand All @@ -16,7 +16,7 @@

platform_is_windows = sys.platform == "win32"

version = "0.1.3a0"
version = "0.1.3"

min_cython_ver = "0.21.0"
try:
Expand Down

0 comments on commit 8fd091b

Please sign in to comment.