Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phamquiluan committed Aug 15, 2024
1 parent 1f545a3 commit 9026e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RCAEval/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

def print():
def is_ok():
print("The RCAEval package is imported")
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="RCAEval",
version="0.0.12",
version="0.0.13",
packages=["RCAEval"],
include_package_data=True,
long_description=long_description,
Expand Down

0 comments on commit 9026e17

Please sign in to comment.