From 7f9d042f2578e12800cbbb3f53efcfbc6869929b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Thu, 27 Jun 2024 14:08:03 +0200 Subject: [PATCH] Release v0.2.0 With the reworked build structure, I think it makes sense to have a release. --- src/demandlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demandlib/__init__.py b/src/demandlib/__init__.py index 569b121..d3ec452 100644 --- a/src/demandlib/__init__.py +++ b/src/demandlib/__init__.py @@ -1 +1 @@ -__version__ = "0.1.10" +__version__ = "0.2.0"