From 3400cd6e834f247f169fefd75295ff5366d961a0 Mon Sep 17 00:00:00 2001 From: Martin Di Paola Date: Tue, 24 May 2022 10:28:56 -0300 Subject: [PATCH] Bump to 10.5.3 --- byexample/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/byexample/__init__.py b/byexample/__init__.py index 5fdee2ab..1ed0fc79 100644 --- a/byexample/__init__.py +++ b/byexample/__init__.py @@ -1,6 +1,6 @@ '''Write snippets of code in C++, Python, Ruby, and others as documentation and execute them as regression tests.''' -__version__ = "10.5.2" +__version__ = "10.5.3" _author = 'Di Paola Martin' _license = 'GNU GPLv3'