Skip to content

Commit

Permalink
Update project status classifier
Browse files Browse the repository at this point in the history
The project is now stable and has been used in production for a while,
it reached 1.0.0, so it's time to update the classifier to reflect that.

Signed-off-by: Leandro Lucarella <[email protected]>
  • Loading branch information
llucax committed Apr 3, 2024
1 parent 3b911e6 commit 489a336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ readme = "README.md"
license = { text = "MIT" }
keywords = ["frequenz", "python", "lib", "library", "channels", "channel"]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 489a336

Please sign in to comment.