Skip to content

Commit

Permalink
Merge pull request #213 from timkpaine/tkp/sdist
Browse files Browse the repository at this point in the history
Only build sdist, bump to 0.4.0
  • Loading branch information
timkpaine authored Nov 20, 2023
2 parents 3df1aab + 251c346 commit 8e19667
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clean:
- rm -rf ffn.egg-info

dist:
python -m build
python -m build -s
python -m twine check dist/*

upload: clean dist
Expand Down
2 changes: 1 addition & 1 deletion ffn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

core.extend_pandas()

__version__ = "0.3.9"
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = ["setuptools", "wheel"]
[project]
name = "ffn"
description = "Financial functions for Python"
version = "0.3.9"
version = "0.4.0"
readme = "README.md"
license = { file = "LICENSE.txt" }
requires-python = ">=3.8"
Expand Down

0 comments on commit 8e19667

Please sign in to comment.