Skip to content

Commit

Permalink
[Auto Generated] 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed May 30, 2024
1 parent 2667454 commit 040bc21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CHANGE LOG (1.4.5) - fp-v1.9.2
# CHANGE LOG (1.4.6) - fp-v1.9.2

## Application Client

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Get started with the python Development SDK for Fynd Platform
### Usage

```bash
pip install "git+https://github.com/gofynd/[email protected].5#egg=fdk_client"
pip install "git+https://github.com/gofynd/[email protected].6#egg=fdk_client"
```

Using this method, you can `import` fdk-client-python like so:
Expand Down
2 changes: 1 addition & 1 deletion fdk_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.5"
__version__ = "1.4.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='fdk_client',
version='1.4.5',
version='1.4.6',
author='Manish Magnani',
description=description,
long_description=long_description,
Expand Down

0 comments on commit 040bc21

Please sign in to comment.