Skip to content

Commit

Permalink
Bump version and update license
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanken committed Sep 21, 2022
1 parent fe1f1c2 commit c488263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "boggler"
version = "1.0.1"
version = "1.0.2"
authors = [
{ name="Cameron Blankenbuehler", email="[email protected]" },
]
Expand All @@ -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",
]

Expand Down

0 comments on commit c488263

Please sign in to comment.