From 36400ddf2ef515398358fc9f4d807f5ae5010c3c Mon Sep 17 00:00:00 2001 From: croketillo Date: Sun, 10 Dec 2023 05:54:36 +0100 Subject: [PATCH] version 0.1.3 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5012850..df57695 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages from sys import version_info -VERSION= '0.1.2' +VERSION= '0.1.3' CURR_PATH = "{}{}".format(path.abspath(path.dirname(__file__)), '/') def path_format(file_path=None, file_name=None, is_abspath=False, @@ -84,7 +84,7 @@ def read(file_name=None, is_encoding=True, ignore_raises=False): setup( name='md-rst', version=VERSION, - description='CLI comverter Marckdown to reStructuredText (.md to .rst)', + description='CLI converter Marckdown to reStructuredText (.md to .rst)', long_description=read("README.rst"), url='https://github.com/croketillo/md-rst', author='croketillo',