Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
boazmohar authored Mar 9, 2017
1 parent 821a758 commit 1de1ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
setup(
name = 'pySparkUtils',
packages = ['pySparkUtils'], # this must be the same as the name above
version = '0.1.1',
version = '0.1.2',
description = "A collection of utilities for handling pySpark's SparkContext",
author = 'Boaz Mohar',
author_email = '[email protected]',
Expand Down

0 comments on commit 1de1ccc

Please sign in to comment.