getsourcecode 2.1.0__tar.gz → 2.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: getsourcecode
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: Simple way to get contract source code verified on blockchain explorer.
5
5
  Home-page: https://github.com/5hawnXu/getsourcecode
6
6
  Author: Shawn Xu
@@ -6,7 +6,7 @@ import traceback
6
6
 
7
7
  # Package base info
8
8
  USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
9
- current_version = "2.0.11"
9
+ current_version = "2.1.1"
10
10
  name = "getsourcecode"
11
11
  proxy_contract = {}
12
12
  contract_index = 0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: getsourcecode
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: Simple way to get contract source code verified on blockchain explorer.
5
5
  Home-page: https://github.com/5hawnXu/getsourcecode
6
6
  Author: Shawn Xu
@@ -3,7 +3,7 @@ from setuptools import setup
3
3
 
4
4
  setup(
5
5
  name='getsourcecode',
6
- version='2.1.0',
6
+ version='2.1.1',
7
7
  author='Shawn Xu',
8
8
  author_email='support@hxzy.me',
9
9
  url='https://github.com/5hawnXu/getsourcecode',
File without changes
File without changes
File without changes