Skip to content

Commit 90997e5

Browse files
committed
Update setup.py, version number
1 parent 981e532 commit 90997e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
# Run in all these versions of Python
10-
python-version: ['2.7', '3.8', '3.9', '3.10', '3.11']
10+
python-version: ['3.8', '3.9', '3.10', '3.11']
1111

1212
steps:
1313
# Checkout the latest code from the repo

bfi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Erik Nyquist"
22
__license__ = "Apache 2.0"
3-
__version__ = "1.1.0"
3+
__version__ = "1.1.1"
44
__maintainer__ = "Erik Nyquist"
55
__email__ = "[email protected]"
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
README = os.path.join(HERE, "README.rst")
1010

1111
classifiers = [
12-
'License :: OSI Approved :: Apache Software License',
12+
'License :: OSI Approved :: MIT License',
1313
'Operating System :: OS Independent',
1414
'Programming Language :: Python',
1515
'Natural Language :: English',

0 commit comments

Comments
 (0)