diff options
| -rw-r--r-- | wheel/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wheel/__init__.py b/wheel/__init__.py index 0857063..64cd668 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.30.0a0" +__version__ = "0.30.0" |
