From 6be448ee0cf6a626219103d185747a0f16f0b4f2 Mon Sep 17 00:00:00 2001 From: gram Date: Tue, 11 Apr 2023 14:17:48 +0200 Subject: [PATCH] bump version --- pytypest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytypest/__init__.py b/pytypest/__init__.py index 0938310..f5efdc2 100644 --- a/pytypest/__init__.py +++ b/pytypest/__init__.py @@ -9,7 +9,7 @@ from ._scope import Scope -__version__ = '0.1.0' +__version__ = '1.0.0' __all__ = [ 'autouse', 'case',