Skip to content

Commit

Permalink
Bump version number to 2.0.0dev5
Browse files Browse the repository at this point in the history
  • Loading branch information
lambacck committed Aug 29, 2017
1 parent 3ad2aca commit 152e5a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion salesforce_bulk/__init__.py
Expand Up @@ -2,4 +2,4 @@
from .salesforce_bulk import SalesforceBulk, BulkApiError, UploadResult
from .csv_adapter import CsvDictsAdapter

__version__ = '2.0.0dev4'
__version__ = '2.0.0dev5'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@

setup(
name='salesforce-bulk',
version='2.0.0dev4',
version='2.0.0dev5',
description='Python interface to the Salesforce.com Bulk API.',
long_description=readme,
author='Scott Persinger',
Expand Down

0 comments on commit 152e5a3

Please sign in to comment.