Skip to content

Commit

Permalink
upgrade ver
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongnb14 committed Aug 30, 2024
1 parent e92b235 commit 83f8aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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()

Expand Down

0 comments on commit 83f8aca

Please sign in to comment.