Browse Source

Set version to 0.2 pre-alpha

master
David Winterbottom 14 years ago
parent
commit
40ae9d74f3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      oscar/__init__.py

+ 1
- 1
oscar/__init__.py View File

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

Loading…
Cancel
Save