From 800e8b80e8f7d6b8a8a17061b3258eace6f6f89d Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 23 Apr 2015 23:56:29 +0200 Subject: set version to 2.0.2 --- setup.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7a8a0e6..ec01f7b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,6 @@ # - run tests: run tox # - update version in setup.py (__version__) # - update tag_build in setup.cfg -# - modify setup.py: set RELEASE to True # - check that "python setup.py sdist" contains all files tracked by # the SCM (Mercurial): update MANIFEST.in if needed # - update changelog: docs/news.txt @@ -15,14 +14,9 @@ # - python3 setup.py bdist_wheel upload # # - increment version in setup.py (__version__) -# - modify setup.py: set RELEASE to False # - hg ci && hg push -# If true, then the svn revision won't be used to calculate the -# revision (set to True for real releases) -RELEASE = True - -__version__ = '2.0.1' +__version__ = '2.0.2' from setuptools import setup, find_packages import sys, os -- cgit v1.2.1