diff --git a/README.rst b/README.rst index a147267..9580e39 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ Install .. code-block:: shell # Stable - pip install git+https://github.com/cuongnb14/mermaid-builder.git@v1.0.3#egg=mermaid-builder + pip install git+https://github.com/cuongnb14/mermaid-builder.git@v1.0.5#egg=mermaid-builder Example ======= diff --git a/setup.py b/setup.py index 42befc2..139c595 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import find_packages, setup -VERSION = '1.0.3' +VERSION = '1.0.5' with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: README = readme.read()