Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Jan 25, 2024
1 parent dcefd30 commit 3bd41e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from setuptools import setup, find_packages # noqa: H301

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

0 comments on commit 3bd41e5

Please sign in to comment.