diff --git a/ford/__init__.py b/ford/__init__.py index 55ee2b10..36b6f0e0 100644 --- a/ford/__init__.py +++ b/ford/__init__.py @@ -42,7 +42,7 @@ __author__ = "Chris MacMackin, Jacob Williams, Marco Restelli" __credits__ = ["Stefano Zhagi", "Izaak Beekman", "Gavin Huttley"] __license__ = "GPLv3" -__version__ = "3.0.1" +__version__ = "3.0.2" __maintainer__ = "Chris MacMackin" __status__ = "Production" diff --git a/setup.py b/setup.py index 6c07c4bb..0fe2526c 100644 --- a/setup.py +++ b/setup.py @@ -12,13 +12,13 @@ name = 'FORD', packages = ['ford'], include_package_data = True, - version = '3.0.1', + version = '3.0.2', description = 'FORD, standing for FORtran Documenter, is an automatic documentation generator for modern Fortran programs.', long_description = long_description, author = 'Chris MacMackin', author_email = 'cmacmackin@gmail.com', url = 'https://github.com/cmacmackin/ford/', - download_url = 'https://github.com/cmacmackin/ford/tarball/3.0.1', + download_url = 'https://github.com/cmacmackin/ford/tarball/3.0.2', keywords = ['Markdown', 'Fortran', 'documentation', 'comments'], classifiers=[ # How mature is this project? Common values are