Skip to content

Commit

Permalink
Version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Jan 28, 2023
1 parent cf8e5da commit b2bdc14
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 812 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Latest changes

## 1.0.4

Re-generate protobuf files with the latest protoc

## 1.0.3

Support Python 3.11
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="trontxsize",
packages=find_packages(),
version="1.0.3",
version="1.0.4",
license="MIT",
description="Calculate tron transaction size (bandwidth)",
long_description=open("README.md").read(),
Expand All @@ -12,7 +12,7 @@
author_email="chuff184@gmail.com",
url="https://github.com/bitcartcc/trontxsize",
keywords=["tron", "trx", "bitcartcc", "bandwidth"],
install_requires=["protobuf<4,>=3.12", "base58"],
install_requires=["protobuf", "base58"],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down
Loading

0 comments on commit b2bdc14

Please sign in to comment.