Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yetinam committed Jan 23, 2024
1 parent e160fe3 commit 0ef8b22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
project = "PyOcto"
copyright = f"{datetime.now().year}, Jannes Münchmeyer"
author = "Jannes Münchmeyer"
release = "0.1.2"
release = "0.1.3"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "pyocto"
version = "0.1.2"
version = "0.1.3"
description="A high-throughput seismic phase associator"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/pyocto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .associator import OctoAssociator, VelocityModel0D, VelocityModel1D

# Version number
__version__ = "0.1.2"
__version__ = "0.1.3"

0 comments on commit 0ef8b22

Please sign in to comment.