From 4161db8f25f87b034a7498bfc575ef2df3e2b3fe Mon Sep 17 00:00:00 2001 From: Jukka Lehtosalo Date: Sat, 4 Feb 2023 11:05:40 +0000 Subject: [PATCH] Bump version to 1.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0a13ba3..1edb99f 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -version = '1.0.0-dev' +version = '1.0.0' description = 'Type system extensions for programs checked with the mypy type checker.' long_description = ''' Mypy Extensions