Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Jun 27, 2024
1 parent baa4fc7 commit 019437f
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.1
version = 0.4.0
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__ = "[email protected]"
__version__ = "0.3.1"
__version__ = "0.4.0"

import os

Expand Down

0 comments on commit 019437f

Please sign in to comment.