diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2018-05-13 20:22:12 +0300 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2018-05-13 20:22:12 +0300 |
| commit | 3dc261abc98a5e43bc7fcf5783d080aaf8f9f0cf (patch) | |
| tree | 79a09372a8a710db7d94f0d9cfadb72df2a46e5f | |
| parent | 1e41bb4cdfe08693ac0c86d5d4b69d15df284f84 (diff) | |
| download | wheel-git-0.31.1.tar.gz | |
Bumped up the version0.31.1
| -rw-r--r-- | CHANGES.txt | 4 | ||||
| -rw-r--r-- | wheel/__init__.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9fe123a..a2e5b0a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -UNRELEASED -========== +0.31.1 +====== - Fixed arch as ``None`` when converting eggs to wheels 0.31.0 diff --git a/wheel/__init__.py b/wheel/__init__.py index 705ac6d..f3f2ea0 100644 --- a/wheel/__init__.py +++ b/wheel/__init__.py @@ -1,2 +1,2 @@ # __variables__ with double-quoted values will be available in setup.py: -__version__ = "0.31.0" +__version__ = "0.31.1" |
