Skip to content

v0.9.4: Clean up installation procedure with pip (#4)

Compare
Choose a tag to compare
@yguclu yguclu released this 21 Sep 20:36
* Move dependencies list from 'requirements.txt' to 'setup.py'.

* Move library version to separate file.

NOTE: gelato now provides version to user:

In [1]: import gelato; gelato.__version__
Out[1]: '0.9.3'

* Enable tests with Python-3.7.

* Update __version__