Skip to content

Commit

Permalink
Add MANIFEST.in and bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Feb 21, 2013
1 parent 609411a commit ae5f332
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include LICENSE
include README.md
include .gitignore
recursive-include examples *.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, Extension, find_packages

setup(name='troposphere',
version='0.1.1',
version='0.1.2',
description="AWS CloudFormation creation library",
author="Mark Peek",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion troposphere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import re


__version__ = "0.1.1"
__version__ = "0.1.2"

# constants for DeletionPolicy
Delete = 'Delete'
Expand Down

0 comments on commit ae5f332

Please sign in to comment.