Skip to content

Commit 3214f4a

Browse files
author
Jack Maney
committed
README tweak, version bump...
1 parent 1b1ad03 commit 3214f4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Standard Library List
22
============================
33

4-
This package includes lists of all of the standard libraries for Python 2.6, 2.7, 3.2, 3.3, and 3.4, along with the code for scraping the official Python docs to get said lists.
4+
This package includes lists of all of the standard libraries for Python 2.6, 2.7, 3.2, 3.3, 3.4 and 3.5, along with the code for scraping the official Python docs to get said lists.
55

66
Listing the modules in the standard library? Wait, why on Earth would you care about that?!
77
-------------------------------------------------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
url='https://github.com/jackmaney/python-stdlib-list',
1818
version=__version__,
1919
install_requires=["sphinx"],
20-
description='A list of Python Standard Libraries (2.6-7, 3.2-4).',
20+
description='A list of Python Standard Libraries (2.6-7, 3.2-5).',
2121
long_description=long_description,
2222
include_package_data=True,
2323
packages=setuptools.find_packages()

stdlib_list/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)