Skip to content

Commit

Permalink
first stable release
Browse files Browse the repository at this point in the history
Signed-off-by: Deepak Raj <[email protected]>
  • Loading branch information
codeperfectplus committed Nov 4, 2022
1 parent d11f151 commit 15ad9a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="https://pypi.org/project/random-profile/">
Random Profile Generator
</a>
V0.2.3
V0.2.5
</h1>

<h4 align="center">Python Module To Generate Random Profile Data</h4>
Expand Down
2 changes: 1 addition & 1 deletion random_profile/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
ASSETS_DIR = os.path.join(ROOT_DIR, "random_profile", "assets")
logging.basicConfig(filename='log/example.log', level=logging.DEBUG)
logging.basicConfig(filename='example.log', level=logging.DEBUG)


def load_txt_file(file_name: str) -> list:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="random_profile",
version="0.2.4",
version="1.0.0",
author="Deepak Raj",
author_email="[email protected]",
description="Generate Random Profile",
Expand Down

0 comments on commit 15ad9a2

Please sign in to comment.