diff --git a/README.md b/README.md index 312fb8e..05e08a2 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.1.0*. +Get Together is version *0.2.0*. ## Goals * Be feature-competitive with Meetup.com diff --git a/get_together/__init__.py b/get_together/__init__.py index b794fd4..7fd229a 100644 --- a/get_together/__init__.py +++ b/get_together/__init__.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.2.0'