Skip to content

Commit f4307cb

Browse files
Merge pull request #166 from scholarly-python-package/develop
Release to master
2 parents affde93 + f18e793 commit f4307cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='scholarly',
8-
version='0.3.3',
8+
version='0.4.0',
99
author='Steven A. Cholewiak, Panos Ipeirotis, Victor Silva',
1010
author_email='steven@cholewiak.com, panos@stern.nyu.edu, vsilva@ualberta.ca',
1111
description='Simple access to Google Scholar authors and citations',
@@ -37,4 +37,4 @@
3737
'free-proxy',
3838
],
3939
test_suite="test_module.py"
40-
)
40+
)

0 commit comments

Comments
 (0)