From 335943c0ff3700b844bb8ca4446a483fcac4fd76 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Thu, 5 Apr 2018 23:04:58 -0400 Subject: [PATCH] Version bump to 0.3.0 --- README.md | 2 +- get_together/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05e08a2..16276ec 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Get Together is an open source event manager for local communities. -Get Together is version *0.2.0*. +Get Together is version *0.3.0*. ## Goals * Be feature-competitive with Meetup.com diff --git a/get_together/__init__.py b/get_together/__init__.py index 7fd229a..0404d81 100644 --- a/get_together/__init__.py +++ b/get_together/__init__.py @@ -1 +1 @@ -__version__ = '0.2.0' +__version__ = '0.3.0'