diff options
| author | Marko Tibold | 2012-01-28 15:27:06 +0100 |
|---|---|---|
| committer | Marko Tibold | 2012-01-28 15:27:06 +0100 |
| commit | bbfa404e4679f4229e44fd7e641e62fdd2e7bdd5 (patch) | |
| tree | 6b25254c014afaa47d1f06b41c0533a279b0816f /djangorestframework | |
| parent | cc226e7e67b13a25c59a727581f4fd780f5d553a (diff) | |
| download | django-rest-framework-bbfa404e4679f4229e44fd7e641e62fdd2e7bdd5.tar.bz2 | |
Fix silly error. This makes more sense.
Diffstat (limited to 'djangorestframework')
| -rw-r--r-- | djangorestframework/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/__init__.py b/djangorestframework/__init__.py index 55f92cc4..0aaa2915 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.3.2-dev' +__version__ = '0.3.3-dev' VERSION = __version__ # synonym |
