Bump version and update license

This commit is contained in:
2022-09-21 10:15:14 -04:00
parent fe1f1c2b97
commit c488263eea
+2 -2
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "boggler" name = "boggler"
version = "1.0.1" version = "1.0.2"
authors = [ authors = [
{ name="Cameron Blankenbuehler", email="cameron.blankenbuehler@gmail.com" }, { name="Cameron Blankenbuehler", email="cameron.blankenbuehler@gmail.com" },
] ]
@@ -14,7 +14,7 @@ license = { file="LICENSE" }
requires-python = ">=3.7" requires-python = ">=3.7"
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
] ]