Skip to content

Commit

Permalink
setup: bump version to 3.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Apr 24, 2023
1 parent ca0c43c commit 5a17842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcclient/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup

BASE_DIR = Path(__file__).parent.resolve(strict=True)
VERSION = '3.15.3'
VERSION = '3.15.4'
PACKAGE_NAME = 'rpcclient'
PACKAGES = [p for p in find_packages() if not p.startswith('tests')]

Expand Down

0 comments on commit 5a17842

Please sign in to comment.