Skip to content

Commit 37b4f8f

Browse files
Correct text in setup.cfg
1 parent ec273f6 commit 37b4f8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers =
1313
Intended Audience :: Developers
1414
Intended Audience :: Science/Research
1515
Programming Language :: Python :: 3
16-
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
16+
License :: OSI Approved :: MIT License
1717
Operating System :: OS Independent
1818
Topic :: Games/Entertainment :: Turn Based Strategy
1919
Topic :: Software Development :: Libraries :: Python Modules

tictactoe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__author__ = "AttackingOrDefending"
88
__copyright__ = "2022, " + __author__
9-
__version__ = "0.0.6"
9+
__version__ = "0.0.7"
1010

1111

1212
_all_numpy_int_types = Union[np.int8, np.int16, np.int32, np.int64]

0 commit comments

Comments
 (0)