Skip to content

Commit

Permalink
version bump after pygeotools removal
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurinton committed Jul 8, 2024
1 parent b368b5c commit 22f8a67
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 @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "asp_plot"
version = "0.1.0"
version = "0.1.1"
authors = [
{ name="Ben Purinton", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="asp_plot",
version="0.1.0",
version="0.1.1",
description="Python library and client for plotting Ames Stereo Pipeline outputs",
author="Ben Purinton",
author_email="[email protected]",
Expand Down

0 comments on commit 22f8a67

Please sign in to comment.