Skip to content

Commit 513c0d0

Browse files
committed
Bumped to 18.5 in preparation for next release.
1 parent 23391cf commit 513c0d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ez_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
except ImportError:
3131
USER_SITE = None
3232

33-
DEFAULT_VERSION = "18.4"
33+
DEFAULT_VERSION = "18.5"
3434
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
3535
DEFAULT_SAVE_DIR = os.curdir
3636

setuptools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '18.4'
1+
__version__ = '18.5'

0 commit comments

Comments
 (0)