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]
name = "boggler"
version = "1.0.1"
version = "1.0.2"
authors = [
{ name="Cameron Blankenbuehler", email="cameron.blankenbuehler@gmail.com" },
]
@@ -14,7 +14,7 @@ license = { file="LICENSE" }
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
]