X-Git-Url: https://code.grnet.gr/git/pithos/blobdiff_plain/de5f9c1365947cdbf01f7a66f6208d35bf6a141c..refs/heads/newlists:/pithos/__init__.py diff --git a/pithos/__init__.py b/pithos/__init__.py index 5e3c81a..ae841fb 100644 --- a/pithos/__init__.py +++ b/pithos/__init__.py @@ -26,7 +26,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION = (0, 8, 4, 'alpha', 0) +VERSION = (0, 9, 0, 'alpha', 0) def get_version(): version = '%s.%s' % (VERSION[0], VERSION[1])