From fb31b607a415f9a8dc1f089e9673ed0d9825602d Mon Sep 17 00:00:00 2001 From: eladrich Date: Mon, 24 Jan 2022 23:03:26 +0200 Subject: [PATCH] A version bump for a new release :new: --- pyrallis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrallis/__init__.py b/pyrallis/__init__.py index 0e91d68..bf57875 100644 --- a/pyrallis/__init__.py +++ b/pyrallis/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2" +__version__ = "0.2.1" from . import wrappers, utils from .argparsing import wrap, parse