From 29d3f42e1aadd188a59dd85c1310a652812f75f7 Mon Sep 17 00:00:00 2001 From: Amanda Bachmann Date: Fri, 15 Sep 2023 13:24:39 -0500 Subject: [PATCH] change version number to minor release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5fb7b1..6ed3ce6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup -VERSION = '1.0.0' +VERSION = '0.1.0' setup_kwargs = { "version": VERSION, "description": 'Cyclus Archetypes Coupled with OpenMC',