From c6b5dc4627929c58753ef885cedf4c864a2034cf Mon Sep 17 00:00:00 2001 From: rasmusvt Date: Thu, 7 Jul 2022 15:15:07 +0200 Subject: [PATCH] Update with new version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3f9f34..59274fe 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='nafuma', - version='0.2', + version='0.3', description='Analysis tools for inorganic materials chemistry at the NAFUMA-group at the University of Oslo', url='https://github.com/rasmusthog/nafuma', author='Rasmus Vester Thøgersen, Halvor Høen Hval',