Skip to content

Commit

Permalink
update pyproject.toml + bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erivlis committed Jul 24, 2024
1 parent fd8204d commit ace29ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
[project]
name = "mappingtools"
version = "0.0.2"
version = "0.0.3"
authors = [
{ name = "Eran Rivlis", email = "[email protected]" },
]
description = "MappingTools. Do stuff with Mappings"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Programming Language :: Python :: 3",
"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",
Expand Down

0 comments on commit ace29ea

Please sign in to comment.