Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
singhrahuldps authored Apr 22, 2018
1 parent a12bb70 commit 6cef2a8
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 = 'OneHotEncode',
packages = ['OneHotEncode'], # this must be the same as the name above
version = '0.1',
version = '0.2',
description = 'A python script to deploy One-Hot encoding in Pandas Dataframes',
author = 'Rahul Singh',
author_email = 'singhrahuldps@gmail.com',
Expand Down

0 comments on commit 6cef2a8

Please sign in to comment.