Skip to content

Commit

Permalink
increment version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wbalmer committed Jan 2, 2024
1 parent 286801b commit fd48c5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ coverage.xml
htmlcov/
.tox/
bgstar_emcee.py
.vscode*
*beta_pic*
*SAO*
.pyproject.toml.sw
Expand Down
2 changes: 1 addition & 1 deletion backtracks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "William Balmer"
__license__ = "BSD-3"
__version__ = "0.3.3"
__version__ = "0.3.4"
__maintainer__ = "William Balmer"
__email__ = "[email protected]"
__status__ = "Development"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "backtracks"
version = "0.3.3"
version = "0.3.4"
authors = [
{ name="William Balmer", email="[email protected]" },
{ name="Gilles Otten", email="[email protected]" },
Expand Down

0 comments on commit fd48c5f

Please sign in to comment.