From 17486bc41161c0516068bea903b66f7d1abc2296 Mon Sep 17 00:00:00 2001 From: David Brazda Date: Wed, 16 Oct 2024 08:25:00 +0200 Subject: [PATCH] fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01e6f8a..f04a669 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup setup(name='snippets', - version='0.1', + version='0.1.2', description='Snippets for vbtpro', author='David Brazda', author_email='davidbrazda61@gmail.com',