Skip to content

Commit

Permalink
update vernum
Browse files Browse the repository at this point in the history
  • Loading branch information
RJbalikian committed Sep 6, 2023
1 parent 8d307ec commit 542f31e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = 'InvPyplot'
dynamic = ["readme"]
license = {file = "LICENSE"}
version="0.0.6"
version="0.0.7"
description = "Python package enabling plotting of .inv files exported from Res2DInv in matplotlib"
keywords = ["Res2dInv", "electrical", "resistivity", "geophysics", "plot", 'inv']
requires-python = ">=3.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

setup(
name="InvPyplot",
version="0.0.6",
version="0.0.7",
install_requires=["numpy", "pandas", "matplotlib", "scipy"],
)

0 comments on commit 542f31e

Please sign in to comment.