From eb6869eaa5138629b61c4db56157f12d621fc161 Mon Sep 17 00:00:00 2001 From: Samuel Walladge Date: Sat, 25 Feb 2023 09:57:15 +1030 Subject: [PATCH] Bump version number for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad4f839..beec711 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='sncli', description='Simplenote Command Line Interface', - version='0.4.1', + version='0.4.2', author='Eric Davis', author_email='edavis@insanum.com', url='https://github.com/insanum/sncli',