Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jun 25, 2024
1 parent ff0de0f commit e031f6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 1.2.0
current_version = 1.2.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "metamoth"
version = "1.2.0"
version = "1.2.1"
description = "Simple Python utility to parse AudioMoth metadata"
authors = [
{ name = "Santiago Martinez Balvanera", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion src/metamoth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = """Santiago Martinez Balvanera"""
__email__ = "[email protected]"
__version__ = "1.2.0"
__version__ = "1.2.1"


__all__ = ["parse_metadata"]

0 comments on commit e031f6e

Please sign in to comment.