Skip to content

Commit

Permalink
Merge pull request #86 from chrishavlin/bump_version_to_0pt3pt1
Browse files Browse the repository at this point in the history
release prep for 0.3.1
  • Loading branch information
chrishavlin authored Jun 16, 2023
2 parents 1a4d232 + a644c3b commit f3ffc9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion yt_idv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Matthew Turk"""
__email__ = "matthewturk@gmail.com"
__version__ = "0.3.0"
__version__ = "0.3.1"

import os

Expand Down

0 comments on commit f3ffc9f

Please sign in to comment.