Skip to content

Commit

Permalink
Bump 0.4.0, remove python2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Jan 12, 2022
1 parent 1b9479e commit d426667
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,7 @@
from glob import glob
from setuptools import setup, Extension

version = "0.3.4"
version = "0.4.0"


def readme():
Expand All @@ -24,7 +24,6 @@ def readme():
"Operating System :: POSIX :: Linux",
"Programming Language :: C",
"Programming Language :: Cython",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit d426667

Please sign in to comment.