Skip to content

Commit

Permalink
Release xray v0.4rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Feb 26, 2015
1 parent 9eb9b91 commit 034bca1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
from setuptools import setup, find_packages

MAJOR = 0
MINOR = 3
MICRO = 2
ISRELEASED = False
MINOR = 4
MICRO = 0
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''
QUALIFIER = 'rc1'


DISTNAME = 'xray'
Expand Down

0 comments on commit 034bca1

Please sign in to comment.