From f67d44383ec3461e5596d97603cc980758e2c24b Mon Sep 17 00:00:00 2001 From: Alexander Jones Date: Sat, 10 Oct 2015 05:59:04 -0500 Subject: [PATCH] Version 0.1 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b664d8..9e6690e 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """A setuptools based setup module.""" from setuptools import setup, find_packages @@ -12,7 +13,7 @@ setup( name='competitions-match', - version='0.1a1', + version='0.1', description='competitions support library for matches', long_description=long_description,