Skip to content

Commit 542f31e

Browse files
committed
update vernum
1 parent 8d307ec commit 542f31e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = 'InvPyplot'
77
dynamic = ["readme"]
88
license = {file = "LICENSE"}
9-
version="0.0.6"
9+
version="0.0.7"
1010
description = "Python package enabling plotting of .inv files exported from Res2DInv in matplotlib"
1111
keywords = ["Res2dInv", "electrical", "resistivity", "geophysics", "plot", 'inv']
1212
requires-python = ">=3.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
setup(
44
name="InvPyplot",
5-
version="0.0.6",
5+
version="0.0.7",
66
install_requires=["numpy", "pandas", "matplotlib", "scipy"],
77
)

0 commit comments

Comments
 (0)