Bump version and update Python support.
parent
a4652f0324
commit
97f5ee928a
|
@ -8,7 +8,7 @@ __author__ = "Yuan Chang"
|
|||
__copyright__ = "Copyright (C) 2016-2019"
|
||||
__license__ = "GPLv3+"
|
||||
__email__ = "pyslvs@gmail.com"
|
||||
__version__ = "3.0.5"
|
||||
__version__ = "3.0.6"
|
||||
|
||||
from enum import IntEnum, auto
|
||||
from .slvs import (
|
||||
|
|
|
@ -14,6 +14,7 @@ classifiers =
|
|||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Cython
|
||||
Topic :: Scientific/Engineering
|
||||
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
||||
|
|
Loading…
Reference in New Issue