From d7a12bdd8d7d63ab5853e86c1a0efefe4c86c80d Mon Sep 17 00:00:00 2001 From: Yusuf Olokoba Date: Sun, 28 May 2023 21:01:25 -0400 Subject: [PATCH] Update changelog --- Changelog.md | 4 ++++ fxn/version.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 208dfd3..6460d73 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,2 +1,6 @@ +## 0.0.2 ++ Added Function API types and services. ++ Added command line interface. Run `fxn` in your terminal. + ## 0.0.1 + First pre-release. \ No newline at end of file diff --git a/fxn/version.py b/fxn/version.py index de70937..1d67ad3 100644 --- a/fxn/version.py +++ b/fxn/version.py @@ -3,4 +3,4 @@ # Copyright © 2023 NatML Inc. All Rights Reserved. # -__version__ = "0.0.1" \ No newline at end of file +__version__ = "0.0.2" \ No newline at end of file diff --git a/setup.py b/setup.py index 821244d..5efae2e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ version=version, author="NatML Inc.", author_email="hi@fxn.ai", - description="Edge and cloud prediction functions for building AI applications.", + description="Run on-device and cloud AI prediction functions in Python. Register at https://hub.fxn.ai.", long_description=long_description, long_description_content_type="text/markdown", license="Apache License 2.0",