From 0ea60324f8ce90a54d8bd339c6d8546d86ab58b2 Mon Sep 17 00:00:00 2001 From: Daniel Savage Date: Wed, 17 Aug 2022 18:49:34 -0600 Subject: [PATCH] Updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed3d15f..3efe16a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup from setuptools import find_packages setup(name='MILK', - version='0.1', + version='0.2', description='MAUD Interface Tool Kit', url='https://github.com/lanl/MILK.git', author='Daniel Savage',