Skip to content

Commit

Permalink
[AUTO] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
svabra committed Mar 2, 2024
1 parent 61970a1 commit a3e340c
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.12"
version = "1.1.13"
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.12"
current_version = "1.1.13"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit a3e340c

Please sign in to comment.