Skip to content

Commit e239cac

Browse files
authored
Merge pull request #35 from cryptlex/ci/4.14.0
chore: bump package version to 4.14.0
2 parents 8849572 + fc1aabc commit e239cac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pre-publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import shutil
77
import io
88
tmp_dir = "./tmp"
9-
lexfloatclient_libs_version = "v4.13.0"
9+
lexfloatclient_libs_version = "v4.14.0"
1010

1111

1212
class FileInfo(object):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="cryptlex.lexfloatclient",
8-
version="4.13.0",
8+
version="4.14.0",
99
author="Cryptlex LLP",
1010
author_email="support@cryptlex.com",
1111
description="LexFloatClient API wrapper for Python",

0 commit comments

Comments
 (0)