From a644c3b040911a048711308d26a4da8016c207f1 Mon Sep 17 00:00:00 2001 From: Chris Havlin Date: Fri, 16 Jun 2023 15:07:43 -0500 Subject: [PATCH] bump to 0.3.1 --- setup.cfg | 2 +- yt_idv/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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