From 0da346e9bf26f0f5cc5472a0dcc52e4a42b03f1c Mon Sep 17 00:00:00 2001 From: Gertjan van Zwieten Date: Fri, 30 Sep 2022 14:05:22 +0200 Subject: [PATCH] bump version to 1.0 --- nutils/SI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nutils/SI.py b/nutils/SI.py index 863f183..cf8fbd3 100644 --- a/nutils/SI.py +++ b/nutils/SI.py @@ -13,7 +13,7 @@ import operator import typing -__version__ = '0.1' +__version__ = '1.0' class Dimension(type):