Skip to content

Commit

Permalink
Merge pull request #24 from argilla-io/fix/version_1.0.1_init
Browse files Browse the repository at this point in the history
Quickfix init version for 1.0.1
  • Loading branch information
ignacioct authored May 22, 2024
2 parents f1579de + c447688 commit b155c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argilla_llama_index/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.0.0"
__version__ = "1.0.1"

from argilla_llama_index.llama_index_handler import ArgillaCallbackHandler

Expand Down

0 comments on commit b155c51

Please sign in to comment.