adding version and __init__.py file

This commit is contained in:
Ashley Camba 2013-12-17 16:33:49 +01:00
parent e197fd33b1
commit a1a1fc994f
2 changed files with 3 additions and 1 deletions

View File

@ -5,5 +5,6 @@
"email": "Your email",
"description": "A short description of the project.",
"year": "2013",
"domain_name": "example.com"
"domain_name": "example.com",
"version": "0.1.0"
}

View File

@ -0,0 +1 @@
__version__ = '{{ cookiecutter.version }}'