From 6d9e3913db0a1da50251042eb0b6e142b37dd966 Mon Sep 17 00:00:00 2001 From: Patrick Samson Date: Thu, 20 Jan 2011 22:41:23 +0100 Subject: [PATCH] version update --- postman/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postman/__init__.py b/postman/__init__.py index 85a5ccd..1b706de 100644 --- a/postman/__init__.py +++ b/postman/__init__.py @@ -1,7 +1,7 @@ """A messaging application for Django""" # following PEP 386: N.N[.N]+[{a|b|c|rc}N[.N]+][.postN][.devN] -VERSION = (1, 0, 0) +VERSION = (1, 0, 1) PREREL = () POST = 0 DEV = 0 -- 2.39.5