Skip to content

Commit 7e568fc

Browse files
authored
Merge pull request #24 from jjmachan/fix/ci
made things consistent with nb and py
2 parents b537298 + e05bb54 commit 7e568fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ragas_experimental/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.3"
22
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/init_module.ipynb.
33

44
# %% auto 0

ragas_experimental/project/experiments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def get_experiment(self: Project, experiment_name: str, model) -> Dataset:
125125

126126
# %% ../../nbs/project/experiments.ipynb 17
127127
def find_git_root(
128-
start_path: t.Union[str, Path, None] = None # starting path to search from
128+
start_path: t.Union[str, Path, None] = None, # starting path to search from
129129
) -> Path:
130130
"""Find the root directory of a git repository by traversing up from the start path."""
131131
# Start from the current directory if no path is provided

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Python library ###
66
repo = ragas_experimental
77
lib_name = %(repo)s
8-
version = 0.0.2
8+
version = 0.0.3
99
min_python = 3.9
1010
license = apache2
1111
black_formatting = True

0 commit comments

Comments
 (0)