From 59e402e4e89486800277dfaec7e778278b8096ee Mon Sep 17 00:00:00 2001 From: Fumito Hamamura Date: Sun, 7 Jul 2024 21:43:44 +0900 Subject: [PATCH] DIST: Release v0.10.0 --- lifelib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lifelib/__init__.py b/lifelib/__init__.py index 74efa69..f95a3ab 100644 --- a/lifelib/__init__.py +++ b/lifelib/__init__.py @@ -1,7 +1,7 @@ import os.path from lifelib.commands.create import create -VERSION = (0, 9, 5) +VERSION = (0, 10, 0) __version__ = '.'.join([str(x) for x in VERSION])