Skip to content

Commit

Permalink
Incrementing version and updating email address
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrieve committed Mar 2, 2017
1 parent 1cc2918 commit cf11c1a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Support
If you find any bugs, have any questions or would like to see a feature in a new version, drop me a line:

- Twitter: `@GIStuart <https://www.twitter.com/GIStuart>`_
- Email: s.grieve@ed.ac.uk
- Email: s.grieve@qmul.ac.uk

License
-------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = u'1.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0.3'
release = u'1.0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions paper/codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"@id": "0000-0003-1893-7363",
"@type": "Person",
"email": "s.grieve@ed.ac.uk",
"email": "s.grieve@qmul.ac.uk",
"name": "Stuart W D Grieve",
"affiliation": "The University of Edinburgh, School of GeoScience",
"affiliation": "Queen Mary University of London, School of Geography"
Expand All @@ -20,5 +20,5 @@
"keywords": "elliptical fourier analysis, elliptical fourier descriptors, GIS, shapefile, geoscience",
"license": "MIT",
"title": "spatial-efd",
"version": "v1.0.3"
"version": "v1.0.4"
}
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ def readme():


setup(name='spatial_efd',
version='1.0.3',
version='1.0.4',
description='Spatial elliptical fourier analysis',
url='http://github.com/sgrieve',
url='http://github.com/sgrieve/spatial-efd',
long_description=readme(),
keywords='GIS elliptical fourier analysis shapefile',
classifiers=['Development Status :: 5 - Production/Stable',
Expand All @@ -19,7 +19,7 @@ def readme():
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: GIS'],
author='Stuart WD Grieve',
author_email='s.grieve@ed.ac.uk',
author_email='s.grieve@qmul.ac.uk',
license='MIT',
packages=['spatial_efd'],
install_requires=['matplotlib>=2.0.0', 'numpy>=1.12.0',
Expand Down

0 comments on commit cf11c1a

Please sign in to comment.