Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanyiLi committed Mar 12, 2021
1 parent d850426 commit 69986c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import sys
from distutils.core import setup
from os import path
from pgdrive.world.constants import PG_EDITION
from setuptools import find_namespace_packages

assert sys.version_info.major == 3 and sys.version_info.minor >= 6, "python version >= 3.6 is required"
Expand All @@ -15,7 +14,7 @@

""" ===== Remember to modify the PG_EDITION at first ====="""

version=PG_EDITION[PG_EDITION.rfind("v")+1:]
version="0.1.4"

setup(
name="pgdrive",
Expand Down

0 comments on commit 69986c0

Please sign in to comment.