Skip to content

Commit

Permalink
pyproject.toml: Update version to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tacgomes committed Sep 22, 2024
1 parent c3df8fe commit 7a69252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "investir"
version = "0.3alpha"
version = "1.0"
dependencies = [
"click ~= 8.1.0",
"platformdirs ~= 4.2.0",
Expand Down Expand Up @@ -38,7 +38,7 @@ readme = "README.md"
license = {text = "MIT License"}
keywords = ["HMRC", "Shares", "Stock", "Tax", "Capital Gains", "Freetrade", "Trading212"]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 7a69252

Please sign in to comment.