Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
0xk0stas committed Sep 15, 2024
1 parent ce20133 commit 60e6b68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion abi_markdowner/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# __init__.py

__version__ = "0.1.6"
__version__ = "0.1.7"
__author__ = "Kostas Tzoumpas"
__license__ = "MIT"

Expand Down
4 changes: 2 additions & 2 deletions abi_markdowner/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import json
import toml
import argparse
from abi_markdowner import generate_markdown_from_abi
from file_io import read_abi_from_file, save_markdown_to_file
from abi_markdowner.abi_markdowner import generate_markdown_from_abi
from abi_markdowner.file_io import read_abi_from_file, save_markdown_to_file

# Default values
SC_PATH = './'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="abi-markdowner",
version="0.1.6",
version="0.1.7",
description="A tool to convert MultiversX Smart Contract ABI files into Markdown documentation.",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 60e6b68

Please sign in to comment.