Skip to content
Snippets Groups Projects
Commit a91f1e8d authored by Eva Schiffer's avatar Eva Schiffer
Browse files

moving to the next version number

parent e6a61824
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ python setup.py install --install-dir=$HOME/Library/Python ...@@ -23,7 +23,7 @@ python setup.py install --install-dir=$HOME/Library/Python
from setuptools import setup, find_packages from setuptools import setup, find_packages
setup( name="spacetimegrid", setup( name="spacetimegrid",
version="0.2", version="0.3",
zip_safe = True, zip_safe = True,
entry_points = { 'console_scripts': [ 'stg = stg.space_time_gridding:main', 'stg_plot = stg.plot_tools:main' ] }, entry_points = { 'console_scripts': [ 'stg = stg.space_time_gridding:main', 'stg_plot = stg.plot_tools:main' ] },
packages = ['stg'], #find_packages('.'), packages = ['stg'], #find_packages('.'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment