get-module-underlying 0.2.0__tar.gz → 0.3.0__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,10 +1,10 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: get_module_underlying
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Summary: Explore Python modules deeper than dir()
5
5
  Home-page: UNKNOWN
6
- Author: San Zhang
7
- Author-email: san.zhang@example.com
6
+ Author: Jiaojiao
7
+ Author-email: a__1__2@sina.com
8
8
  License: MIT
9
9
  Description: # get_module_underlying
10
10
 
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: get-module-underlying
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Summary: Explore Python modules deeper than dir()
5
5
  Home-page: UNKNOWN
6
- Author: San Zhang
7
- Author-email: san.zhang@example.com
6
+ Author: Jiaojiao
7
+ Author-email: a__1__2@sina.com
8
8
  License: MIT
9
9
  Description: # get_module_underlying
10
10
 
@@ -2,12 +2,12 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='get_module_underlying',
5
- version='0.2.0',
5
+ version='0.3.0',
6
6
  description='Explore Python modules deeper than dir()',
7
7
  long_description=open('README.md').read(),
8
8
  long_description_content_type='text/markdown',
9
- author='San Zhang',
10
- author_email='san.zhang@example.com',
9
+ author='Jiaojiao',
10
+ author_email='a__1__2@sina.com',
11
11
  py_modules=['_exceptions', 'get_module_underlying'],
12
12
  license='MIT',
13
13
  classifiers=['Programming Language :: Python :: 3'],