Skip to content

Commit

Permalink
Increasing the version in setup.py from 0.3.2 to 0.4.0 (#58)
Browse files Browse the repository at this point in the history
* Added the CONTRIBUTING.md file

* Added the requirements-dev.txt file

* Added the tox.ini file

* Increased the version in the setup.py from 0.3.2 to 0.4.0
  • Loading branch information
afard authored Dec 16, 2020
1 parent 715fb10 commit 81946ee
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 @@ -21,7 +21,7 @@
opts = ReqOpts(None, 'git')
setup(
name='VerticaPy',
version='0.3.2',
version='0.4.0',
description='A Python library that exposes sci-kit like functionality to conduct data science projects on data stored in Vertica.',
author='Badr Ouali',
author_email='[email protected]',
Expand Down

0 comments on commit 81946ee

Please sign in to comment.