Skip to content

Commit cedc8c5

Browse files
committed
Publish PyPI package blockchain-scalpel v2.0.2
1 parent 1594db8 commit cedc8c5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.0.1
3+
## 2.0.2
44
- Added PyPI packaging and CLI entrypoint: `blockchain-scalpel`
55

66
## 2.0.0

blockchain_scalpel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.1"
1+
__version__ = "2.0.2"

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "blockchain-scalpel"
7-
version = "2.0.1"
7+
version = "2.0.2"
88
description = "Blockchain parser (source-available). Free for non-commercial use with attribution. Commercial & SaaS licenses available."
99
readme = "README.md"
1010
requires-python = ">=3.9"
1111
authors = [{ name = "Denis Leonov" }]
12-
license = { file = "LICENSE" }
12+
13+
license = "LicenseRef-Blockchain-Scalpel"
14+
license-files = ["LICENSE"]
1315

1416
classifiers = [
1517
"Programming Language :: Python :: 3",
16-
"License :: Other/Proprietary",
1718
]
1819

1920
[project.urls]

0 commit comments

Comments
 (0)