Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Teague committed Aug 20, 2021
1 parent 25d4358 commit 3dd147b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gofish/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

from .gofish import imagecube

__version__ = '1.4.0'
__version__ = '1.4.1'
__all__ = ["imagecube"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="gofish",
version="1.4.0",
version="1.4.1",
author="Richard Teague",
author_email="[email protected]",
description="Fishing for molecular line emission in protoplanetary disks.",
Expand Down

0 comments on commit 3dd147b

Please sign in to comment.