diff --git a/hescorehpxml/__init__.py b/hescorehpxml/__init__.py index 2e27846a0..e750bfbd2 100644 --- a/hescorehpxml/__init__.py +++ b/hescorehpxml/__init__.py @@ -2087,4 +2087,4 @@ def main(): if __name__ == '__main__': - main() \ No newline at end of file + main() diff --git a/setup.py b/setup.py index 922c1d9a6..56e5b89c3 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='hescore-hpxml', - version='3.1.3', + version='3.1.4', description='HPXML Translator for the HEScore API', long_description=long_description, url='https://github.com/NREL/hescore-hpxml',