Skip to content

Commit

Permalink
[CM-8539] Add missing handlers init (#81)
Browse files Browse the repository at this point in the history
* Bump version 1.4.0

* fix lint errors

* Fix name

* Bump version 1.4.1
  • Loading branch information
alexkuzmik authored Oct 6, 2023
1 parent d08387f commit fdb27e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
package_dir={"": "src"},
url="https://www.comet.com",
project_urls=project_urls,
version="1.4.0",
version="1.4.1",
zip_safe=False,
license="MIT",
)
13 changes: 13 additions & 0 deletions src/comet_llm/handlers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
# *******************************************************
# ____ _ _
# / ___|___ _ __ ___ ___| |_ _ __ ___ | |
# | | / _ \| '_ ` _ \ / _ \ __| | '_ ` _ \| |
# | |__| (_) | | | | | | __/ |_ _| | | | | | |
# \____\___/|_| |_| |_|\___|\__(_)_| |_| |_|_|
#
# Sign up for free at https://www.comet.com
# Copyright (C) 2015-2023 Comet ML INC
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this package.
# *******************************************************

0 comments on commit fdb27e5

Please sign in to comment.