Skip to content

Commit a5295c2

Browse files
authored
Merge pull request #216 from chrishavlin/cleanup_0.5.4_release
Cleanup from 0.5.4 release
2 parents f252dee + 0b8dee3 commit a5295c2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

HISTORY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# History
22

3+
## 0.5.4dev
4+
35
## 0.5.4
46

5-
## Bug Fixes
7+
### Bug Fixes
68
* add text label to slider_float for sph by @chrishavlin in https://github.com/yt-project/yt_idv/pull/208
79
* spherical vol rendering: normalize radius range for rendering by @chrishavlin in https://github.com/yt-project/yt_idv/pull/214
810

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = yt_idv
3-
version = 0.5.4
3+
version = 0.5.4dev
44
description = Interactive Volume Rendering for yt
55
long_description = file: README.md
66
long_description_content_type = text/markdown

yt_idv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Matthew Turk"""
44
__email__ = "[email protected]"
5-
__version__ = "0.5.4"
5+
__version__ = "0.5.4dev"
66

77
import os
88

0 commit comments

Comments
 (0)