Skip to content

Commit

Permalink
Docs/update pypi classifiers (#116)
Browse files Browse the repository at this point in the history
* pyproject: add programming language classifiers

* version: bump 0.79.2 version
  • Loading branch information
maxzhenzhera authored Oct 9, 2023
1 parent 860ea16 commit 6388886
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "di"
version = "0.79.1"
version = "0.79.2"
description = "Dependency injection toolkit"
authors = ["Adrian Garcia Badaracco <[email protected]>"]
readme = "README.md"
Expand All @@ -23,6 +23,11 @@ classifiers = [
"Topic :: Software Development",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 6388886

Please sign in to comment.