Skip to content

Commit

Permalink
update version to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code committed Oct 9, 2023
1 parent 2570990 commit 3e58fbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fx Python SDK
# FunctionX Python SDK

[![PyPI version](https://badge.fury.io/py/fx-py-sdk.svg)](https://badge.fury.io/py/fx-py-sdk)

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python
from setuptools import (
find_packages,
setup,
)

Expand All @@ -17,13 +18,13 @@

setup(
name="fx-py-sdk",
version="0.6.2",
version="0.6.3",
platforms='any',
description="Python library for FunctionX",
long_description=long_description,
long_description_content_type="text/markdown",
author='zakir',
packages=["fxsdk"],
packages=find_packages(),
python_requires=">=3.7",
install_requires=requires,
url='https://github.com/functionx/fx-py-sdk',
Expand Down

0 comments on commit 3e58fbc

Please sign in to comment.