diff options
| author | Georg Brandl <georg@python.org> | 2013-11-17 07:58:22 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-11-17 07:58:22 +0100 |
| commit | ab27da2853e1eb770873803bd6a8008e612ac796 (patch) | |
| tree | d62cfce9521a599774a67b89a7c3513a30ea7a7c | |
| parent | 341dbe79bfe1e225ff5a05731eb56e69ac989bce (diff) | |
| download | python-setuptools-git-ab27da2853e1eb770873803bd6a8008e612ac796.tar.gz | |
Bump to 3.3.3 final.
| -rw-r--r-- | __init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py index 0650dd27..6747ab86 100644 --- a/__init__.py +++ b/__init__.py @@ -13,5 +13,5 @@ used from a setup script as # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.3.3rc2" +__version__ = "3.3.3" #--end constants-- |
