Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Mar 30, 2022
1 parent 1333f36 commit 8f102b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diskmap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Tomas Stolker"
__license__ = "MIT"
__version__ = "0.1.3"
__version__ = "0.1.4"
__maintainer__ = "Tomas Stolker"
__email__ = "[email protected]"
__status__ = "Development"
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='diskmap',
version='0.1.3',
version='0.1.4',
description='Scattered light mapping of protoplanetary disks',
long_description=open('README.rst').read(),
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 8f102b6

Please sign in to comment.