diff --git a/setup.cfg b/setup.cfg index 653e266..1d9f6f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = yt_idv -version = 0.3.0 +version = 0.3.1 description = Interactive Volume Rendering for yt long_description = file: README.md long_description_content_type = text/markdown diff --git a/yt_idv/__init__.py b/yt_idv/__init__.py index d840f37..8ffd5f6 100644 --- a/yt_idv/__init__.py +++ b/yt_idv/__init__.py @@ -2,7 +2,7 @@ __author__ = """Matthew Turk""" __email__ = "matthewturk@gmail.com" -__version__ = "0.3.0" +__version__ = "0.3.1" import os