diff options
| author | Phil Frost <indigo@bitglue.com> | 2016-03-01 09:41:53 -0500 |
|---|---|---|
| committer | Phil Frost <indigo@bitglue.com> | 2016-03-01 09:41:53 -0500 |
| commit | cddd729ec57ae0c5953d3113ed69077410a4e48e (patch) | |
| tree | 3d921d5c45d964d239fda4282ac7553c59eb6243 | |
| parent | d573261da14d1ff671452bc535e72baecf8811e3 (diff) | |
| download | pyflakes-cddd729ec57ae0c5953d3113ed69077410a4e48e.tar.gz | |
Increment version to 1.1.01.1.0
| -rw-r--r-- | pyflakes/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py index 1f356cc..1a72d32 100644 --- a/pyflakes/__init__.py +++ b/pyflakes/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' +__version__ = '1.1.0' |
