From a05889bd76cc7918a1fcd0d75b676dc64eba8a7b Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Tue, 22 May 2018 15:37:11 -0400 Subject: [PATCH] Release 0.5.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 542c75c..9b073ca 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.4.0*. +Get Together is version *0.5.0*. ## Goals * Be feature-competitive with Meetup.com diff --git a/get_together/__init__.py b/get_together/__init__.py index abeeedb..2b8877c 100644 --- a/get_together/__init__.py +++ b/get_together/__init__.py @@ -1 +1 @@ -__version__ = '0.4.0' +__version__ = '0.5.0'