Skip to content

Commit

Permalink
chore: bump version and remove unnecessary classifier (#8620)
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering authored Nov 5, 2023
1 parent 5f08ac1 commit f004a70
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry"
version = "1.7.0"
version = "1.8.0.dev0"
description = "Python dependency management and packaging made easy."
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
maintainers = [
Expand All @@ -23,8 +23,6 @@ keywords = ["packaging", "dependency", "poetry"]
classifiers = [
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Libraries :: Python Modules",
# Classifiers for Python 3.12 can be removed after Poetry 1.7.0 has been released.
"Programming Language :: Python :: 3.12",
]

[tool.poetry.urls]
Expand Down

0 comments on commit f004a70

Please sign in to comment.