Skip to content

Commit aa67d30

Browse files
committed
Bump plugin version to 4.0.0
1 parent 6b94db6 commit aa67d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pretix_eth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.0-dev"
1+
__version__ = "4.0.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def run(self):
4444

4545
setup(
4646
name='pretix-eth-payment-plugin',
47-
version='3.0.0-dev',
47+
version='4.0.0',
4848
description='Ethereum payment provider plugin for pretix software',
4949
long_description=long_description,
5050
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)