Skip to content

Commit

Permalink
version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
croketillo committed Dec 10, 2023
1 parent 16e84d5 commit 36400dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 36400dd

Please sign in to comment.