Skip to content

Commit

Permalink
Merge pull request #214 from timkpaine/tkp/100
Browse files Browse the repository at this point in the history
fix dist, bump to 1.0.0 for full semver
  • Loading branch information
timkpaine authored Nov 20, 2023
2 parents 8e19667 + de0a5ea commit c0d5dff
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,11 +1,12 @@
[build-system]
# Minimum requirements for the build system to execute.
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "ffn"
description = "Financial functions for Python"
version = "0.4.0"
version = "1.0.0"
readme = "README.md"
license = { file = "LICENSE.txt" }
requires-python = ">=3.8"
Expand Down Expand Up @@ -67,6 +68,3 @@ line-length = 180

[tool.ruff.per-file-ignores]
"__init__.py" = ["F401", "F403"]

[tool.setuptools]
py-modules = ["ffn"]

0 comments on commit c0d5dff

Please sign in to comment.