Skip to content

Commit

Permalink
Bump version: v0.7.0 → v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janpipek committed Jun 6, 2024
1 parent 11d5ad2 commit d656e4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.7.0" %}
{% set version = "0.7.1" %}

package:
name: physt
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "physt"
version = "0.7.0"
version = "0.7.1"
description = "P(i/y)thon h(i/y)stograms."
readme = "README.md"
requires-python = "~=3.8"
Expand Down Expand Up @@ -78,7 +78,7 @@ target-version = "py38"


[tool.bumpver]
current_version = "v0.7.0"
current_version = "v0.7.1"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version: {old_version} → {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/physt/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Package information."""
__version__ = "0.7.0"
__version__ = "0.7.1"
__author__ = "Jan Pipek"
__author_email__ = "jan.pipek@gmail.com"
__url__ = "https://github.com/janpipek/physt"

0 comments on commit d656e4c

Please sign in to comment.