Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 3bd41e5

Browse files
committed
update version
1 parent dcefd30 commit 3bd41e5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import setup, find_packages # noqa: H301
1313

1414
NAME = "graphsense-python"
15-
VERSION = "1.4.0"
15+
VERSION = "24.1.1"
1616
# To install the library, run the following
1717
#
1818
# python setup.py install
@@ -37,7 +37,6 @@
3737
install_requires=REQUIRES,
3838
packages=find_packages(exclude=["test", "tests"]),
3939
include_package_data=True,
40-
long_description="""\
41-
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks.
42-
"""
40+
long_description="file: README.md",
41+
long_description_content_type = "text/markdown; charset=UTF-8; variant=GFM"
4342
)

0 commit comments

Comments
 (0)