Skip to content

Commit

Permalink
bump h52csv revision and release version
Browse files Browse the repository at this point in the history
  • Loading branch information
greyltc committed Apr 3, 2019
1 parent afde0d6 commit 91e08f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="mutovis-analysis",
version="3.0.3",
version="3.0.4",
author="Grey Christoforo",
author_email="grey@mutovis.com",
description="Software for analyzing solar cell i-v curves",
Expand Down
2 changes: 1 addition & 1 deletion util/h52csv
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import os
import glob
import numpy

tool_revision = '1.0.0'
tool_revision = '1.1.0'

def is_dir(dirname):
"""Checks if a path is an actual directory"""
Expand Down

0 comments on commit 91e08f2

Please sign in to comment.