Skip to content

Commit 9ae5a8d

Browse files
committed
Updated version number and dependencies
1 parent 1e5fe8e commit 9ae5a8d

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
@@ -9,7 +9,7 @@
99

1010
info = {
1111
"name": "pycaching",
12-
"version": "3.1", # PEP 386
12+
"version": "3.1.1", # PEP 386
1313
"author": "Tomas Bedrich",
1414
"author_email": "[email protected]",
1515
"url": "https://github.com/tomasbedrich/pycaching",
@@ -19,7 +19,7 @@
1919
"description": "Geocaching.com site crawler. Provides tools for searching, fetching caches and geocoding.",
2020
"long_description": long_description,
2121
"keywords": ["geocaching", "crawler", "geocache", "cache", "searching", "geocoding"],
22-
"install_requires": ["MechanicalSoup >= 0.2.0", "geopy >= 1.0.0"],
22+
"install_requires": ["MechanicalSoup >= 0.3.0", "geopy >= 1.0.0"],
2323
"test_suite": "test"
2424
}
2525

0 commit comments

Comments
 (0)