Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vpoulailleau committed Apr 12, 2024
1 parent a378735 commit 2b56358
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "space_collector"
version = "0.1.2"
version = "1.0.0"
description = "Space collector programming game"
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
Expand All @@ -12,16 +12,14 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Utilities",
"Topic :: Games/Entertainment :: Real Time Strategy",
]
authors = [{ name = "Vincent Poulailleau", email = "[email protected]" }]
readme = "README.md"
keywords = ["space", "collector", "game"]
license = { text = "BSD-3-Clause" }
requires-python = ">=3.10"
dependencies = ["arcade==2.6.17", "pyserial==3.5"]
# dependencies = [
# "arcade @ git+https://github.com/pythonarcade/arcade.git@development",
# ]

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 2b56358

Please sign in to comment.