From 09c7b6e6371e2ab80954be3d8311370e4b2187fb Mon Sep 17 00:00:00 2001 From: John Chilton <jmchilton@gmail.com> Date: Sun, 12 Apr 2015 23:09:39 -0400 Subject: [PATCH] Version 0.3.0 --- HISTORY.rst | 2 +- pulsar/__init__.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index a7b822de..4b0445c6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ History ------- ------------------------ -0.3.0.dev4 +0.3.0 (2015-04-12) ------------------------ * Changed the name of project to Pulsar, moved to Github. diff --git a/pulsar/__init__.py b/pulsar/__init__.py index 75bfd034..6bfa3758 100644 --- a/pulsar/__init__.py +++ b/pulsar/__init__.py @@ -1,3 +1,4 @@ # -*- coding: utf-8 -*- -__version__ = '0.3.0.dev4' +__version__ = '0.3.0' + -- GitLab