Skip to content

Commit

Permalink
Merge pull request #209 from timkpaine/tkp/038
Browse files Browse the repository at this point in the history
Bump to 0.3.8
  • Loading branch information
timkpaine authored Nov 20, 2023
2 parents c130e9b + 362c757 commit e5ced1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
# built documents.
#
# The short X.Y version.
version = ".".join(str(x) for x in ffn.__version__)
version = ffn.__version__
# The full version, including alpha/beta/rc tags.
release = version

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, 7)
__version__ = "0.3.8"
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.7"
version = "0.3.8"
readme = "README.md"
license = { file = "LICENSE.txt" }
requires-python = ">=3.8"
Expand Down

0 comments on commit e5ced1a

Please sign in to comment.