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 Apr 29, 2023
1 parent 296e37b commit 67a5173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ formatting = [
lsp = [
"pyright>=1.1.297",
"python-lsp-server[all]>=1.2.1",
"python-lsp-ruff>=1.2.0",
"python-lsp-ruff>=1.2.1",
"ruff>=0.0.254",
]
debug = [
Expand All @@ -27,7 +27,7 @@ debug = [

[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 = "santiago.balvanera.20@ucl.ac.uk" },
Expand Down
2 changes: 1 addition & 1 deletion src/metamoth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__author__ = """Santiago Martinez Balvanera"""
__email__ = "santiago.balvanera.20@ucl.ac.uk"
__version__ = "1.2.0"
__version__ = "1.2.1"


__all__ = ["parse_metadata"]

0 comments on commit 67a5173

Please sign in to comment.