From ca6e2507c3e585ece26b9f88c05aeec19cd9ff3b Mon Sep 17 00:00:00 2001 From: devfred78 <97401939+devfred78@users.noreply.github.com> Date: Sat, 12 Feb 2022 22:14:23 +0100 Subject: [PATCH] version 0.1.2 --- pygconsole/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygconsole/__init__.py b/pygconsole/__init__.py index e2f19df..4b14948 100644 --- a/pygconsole/__init__.py +++ b/pygconsole/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -__VERSION__ = "0.1.1" +__VERSION__ = "0.1.2" RESOURCE_LOCATION = "resources" import pygconsole.console, pygconsole.io \ No newline at end of file