Skip to content

Commit

Permalink
Updated setup.py to not include the test project. Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
flashingpumpkin committed Jan 12, 2012
1 parent 9d059a4 commit f78b40e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.2'
release = '0.1.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion inviter/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.2"
__version__ = "0.1.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author='Alen Mujezinovic',
author_email='alen@caffeinehit.com',
packages= filter(
lambda package: not package.startswith('example'), find_packages()),
lambda package: not package.startswith('testproject'), find_packages()),
classifiers=[
'Environment :: Web Environment',
'Intended Audience :: Developers',
Expand Down

0 comments on commit f78b40e

Please sign in to comment.