From 68c9352e535bf20d3bafdbaaf1d2a346cd35f543 Mon Sep 17 00:00:00 2001 From: Denis Stepanov <22733222+denis-stepanov@users.noreply.github.com> Date: Wed, 10 Aug 2022 23:21:23 +0200 Subject: [PATCH] Increase version to 1.0.0 --- advent/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advent/__init__.py b/advent/__init__.py index a189f97..97123c1 100644 --- a/advent/__init__.py +++ b/advent/__init__.py @@ -1 +1 @@ -__version__="0.6.0" +__version__="1.0.0"