Browse Source

Reverted version to 0.3

master
David Winterbottom 13 years ago
parent
commit
97437fc3c2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      oscar/__init__.py

+ 1
- 1
oscar/__init__.py View File

@@ -3,7 +3,7 @@ import os
3 3
 # Use 'final' as the 4th element to indicate
4 4
 # a full release
5 5
 
6
-VERSION = (0, 2, 0, 'RC', 2)
6
+VERSION = (0, 3, 0, 'alpha', 0)
7 7
 
8 8
 def get_short_version():
9 9
     return '%s.%s' % (VERSION[0], VERSION[1])

Loading…
Cancel
Save