Skip to content

Commit 25c4362

Browse files
committed
Update metadata and bump version.
1 parent 709a1a1 commit 25c4362

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def run_tests(self):
2323
sys.exit(pytest.main(self.test_args))
2424

2525

26-
version = "0.1.11"
26+
version = "0.1.12"
2727

2828
TEST_REQUIRE = ['pytest']
2929
if sys.version_info[0] == 2:
@@ -39,11 +39,12 @@ def run_tests(self):
3939
'Programming Language :: Python',
4040
'Programming Language :: Python :: 2.7',
4141
'Programming Language :: Python :: 3.7',
42+
'Programming Language :: Python :: 3.8',
4243
'License :: OSI Approved :: MIT License'
4344
],
4445
keywords="AWS Lambda",
4546
author="YANG Xudong",
46-
author_email="xudong.yang@hde.co.jp",
47+
author_email="xudong.yang@hennge.com",
4748
url="https://github.com/HDE/python-lambda-local",
4849
license="MIT",
4950
packages=find_packages(exclude=['examples', 'tests']),

0 commit comments

Comments
 (0)