Skip to content

Commit

Permalink
boost to version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cparcerisas committed Aug 31, 2023
1 parent 660f1b3 commit 7428422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyhydrophone"
version = "0.1.6"
version = "0.1.7"
description = "python package to read and calibrate hydrophone data"
authors = ["Clea Parcerisas <[email protected]>"]
license = "OSI Approved :: MIT License"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyhydrophone
version = 0.1.6
version = 0.1.7
author = Clea Parcerisas
author_email = [email protected]
description = Python scripts to read hydrophones files
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='pyhydrophone',
version='0.1.6',
version='0.1.7',
description='Python scripts to read hydrophones files',
url='https://github.com/lifewatch/pyhydrophone.git',
author='Clea Parcerisas',
Expand Down

0 comments on commit 7428422

Please sign in to comment.