Explorar el Código

Bumped version

master
David Winterbottom hace 14 años
padre
commit
c42e164e75
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      oscar/__init__.py

+ 1
- 1
oscar/__init__.py Ver fichero

@@ -1,6 +1,6 @@
1 1
 # Use 'final' as the 4th element to indicate
2 2
 # a full release
3
-VERSION = (0, 1, 0, 'beta', 9)
3
+VERSION = (0, 1, 0, 'beta', 10)
4 4
     
5 5
 def get_version():
6 6
     version = '%s.%s' % (VERSION[0], VERSION[1])

Loading…
Cancelar
Guardar