From f2d705a99456e8a8b4cdd7f97aeeee7c575faeb5 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 11 May 2020 22:57:01 +0200 Subject: [PATCH] [SKIP CI] bump version to v0.1.3 --- corenetworks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corenetworks/__init__.py b/corenetworks/__init__.py index 0293bac..d778d75 100644 --- a/corenetworks/__init__.py +++ b/corenetworks/__init__.py @@ -9,4 +9,4 @@ __license__ = "MIT" __maintainer__ = "Robert Kaussow" __email__ = "mail@geeklabor.de" __url__ = "https://github.com/xoxys/corenetworks" -__version__ = "0.1.2" +__version__ = "0.1.3"