Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
svabra committed Mar 2, 2024
2 parents 6a1a89d + c43bb4c commit 3f7d26c
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 @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fa-models"
version = "1.1.13"
version = "1.1.14"
description = "A simple library of trading models."
readme = "README.md"
authors = [{ name = "Brayan Svan", email = "brayan@freyaalpha.com" }]
Expand All @@ -29,7 +29,7 @@ dev = ["black", "bumpver", "isort", "pip-tools", "pytest"]
Homepage = "https://github.com/svabra/fa-models"

[tool.bumpver]
current_version = "1.1.13"
current_version = "1.1.14"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 3f7d26c

Please sign in to comment.