Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonQin committed Jul 29, 2022
1 parent 796033f commit b8d92ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def make_email(prefix, domain):

setuptools.setup(
name = 'baidutongji',
version = '0.1.5',
version = '0.1.6',
author = 'JeffersonQin',
author_email = make_email('1247006353', 'qq.com'),
packages = ['baidutongji'],
Expand All @@ -26,4 +26,4 @@ def make_email(prefix, domain):
install_requires = [
'requests'
]
)
)

0 comments on commit b8d92ba

Please sign in to comment.