From bf691633259d6ee8ce6ca76cf293acf3783e257b Mon Sep 17 00:00:00 2001 From: Bheesham Persaud Date: Sat, 27 Jan 2018 01:12:10 -0500 Subject: [PATCH] Include version in README and get_together module. --- README.md | 2 ++ get_together/__init__.py | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index f3fe307..aaee997 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'