Skip to content

Commit a196bcf

Browse files
committed
docs: update project version to 0.1.1 and remove MIT License classifier in pyproject.toml
1 parent 0df9c68 commit a196bcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "commit_companion"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Smarter Git commit messages using GPT."
99
authors = [{name = "Zack Nelson", email = "zacknelson15@gmail.com"}]
1010
readme = "README.md"
@@ -15,7 +15,6 @@ keywords = ["git", "cli", "openai", "commit", "automation"]
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
1717
"Programming Language :: Python :: 3.11",
18-
"License :: OSI Approved :: MIT License",
1918
"Operating System :: OS Independent"
2019
]
2120

0 commit comments

Comments
 (0)