Skip to content

Commit f42a1d1

Browse files
authored
Merge pull request #25 from jjmachan/fix/ci
bump version to 0.4
2 parents 7e568fc + 73217e6 commit f42a1d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3"
1+
__version__ = "0.0.4"
22
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/init_module.ipynb.
33

44
# %% auto 0

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.3
8+
version = 0.0.4
99
min_python = 3.9
1010
license = apache2
1111
black_formatting = True

0 commit comments

Comments
 (0)