Skip to content

Commit 91e08f2

Browse files
committed
bump h52csv revision and release version
1 parent afde0d6 commit 91e08f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

66
setuptools.setup(
77
name="mutovis-analysis",
8-
version="3.0.3",
8+
version="3.0.4",
99
author="Grey Christoforo",
1010
author_email="[email protected]",
1111
description="Software for analyzing solar cell i-v curves",

util/h52csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import os
99
import glob
1010
import numpy
1111

12-
tool_revision = '1.0.0'
12+
tool_revision = '1.1.0'
1313

1414
def is_dir(dirname):
1515
"""Checks if a path is an actual directory"""

0 commit comments

Comments
 (0)