diff --git a/README.md b/README.md index fd28f1c..312fb8e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Get Together is an open source event manager for local communities. +Get Together is version *0.1.0*. + ## Goals * Be feature-competitive with Meetup.com * Allow multiple instances to share federated event data diff --git a/get_together/__init__.py b/get_together/__init__.py index e69de29..b794fd4 100644 --- a/get_together/__init__.py +++ b/get_together/__init__.py @@ -0,0 +1 @@ +__version__ = '0.1.0'