Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olokobayusuf committed May 29, 2023
1 parent e2bd5e2 commit d7a12bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion fxn/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Copyright © 2023 NatML Inc. All Rights Reserved.
#

__version__ = "0.0.1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d7a12bd

Please sign in to comment.