Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 7, 2024
1 parent 73799f1 commit ca39e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pre-publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import shutil
import io
tmp_dir = "./tmp"
lexfloatclient_libs_version = "v4.8.1"
lexfloatclient_libs_version = "v4.9.0"


class FileInfo(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="cryptlex.lexfloatclient",
version="4.8.2",
version="4.9.0",
author="Cryptlex, LLC",
author_email="support@cryptlex.com",
description="LexFloatClient API wrapper for Python",
Expand Down

0 comments on commit ca39e73

Please sign in to comment.