Skip to content

Commit a1315ff

Browse files
committed
Release v1.4.0
1 parent 376e1be commit a1315ff

File tree

8 files changed

+3
-292
lines changed

8 files changed

+3
-292
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
__pycache__/
22
GoogleNews.egg-info/
3+
build/
4+
dist/
35
.DS_Store
46
/venv
57
.idea

GoogleNews.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

GoogleNews.egg-info/requires.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/lib/GoogleNews/__init__.py

Lines changed: 0 additions & 172 deletions
This file was deleted.

build/lib/GoogleNews/googlenews.py

Lines changed: 0 additions & 117 deletions
This file was deleted.
-5.28 KB
Binary file not shown.

dist/GoogleNews-1.3.8.tar.gz

-4.08 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="GoogleNews",
8-
version="1.3.9",
8+
version="1.4.0",
99
author="Hurin Hu",
1010
author_email="hurin@live.ca",
1111
description="Google News search for Python",

0 commit comments

Comments
 (0)