Skip to content

Commit 8d902b4

Browse files
committed
add missing json genesis files to release
1 parent a52e544 commit 8d902b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ include requirements.txt
66
recursive-exclude * __pycache__
77
recursive-exclude * *.py[co]
88

9-
include trinity/assets/*
9+
recursive-include trinity/assets/*

setup_trinity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name='trinity',
88
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
99
# NOT CURRENTLY APPLICABLE. VERSION BUMPS MANUAL FOR NOW
10-
version='0.1.0-alpha.18',
10+
version='0.1.0-alpha.19',
1111
description='The Trinity Ethereum Client',
1212
author='Ethereum Foundation',
1313
author_email='[email protected]',

0 commit comments

Comments
 (0)