Skip to content

Commit

Permalink
Bump version to next dev target, ignore test data
Browse files Browse the repository at this point in the history
  • Loading branch information
briancline committed Oct 30, 2013
1 parent 60a9f1e commit 7e406f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ nosetests.xml
.mr.developer.cfg
.project
.pydevproject

# CRM-114 test data
tests/data/*.css
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme_text(file_name):

setup(
name='crm114',
version='1.0.0a1',
version='2.0.0-dev',
author='Brian Cline',
author_email='[email protected]',
description=('Python wrapper classes for the CRM-114 Discriminator '
Expand Down

0 comments on commit 7e406f5

Please sign in to comment.