Skip to content

Commit

Permalink
Preparing for new PyPI release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacmackin committed Jul 2, 2015
1 parent 0ca886a commit c16c853
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ford/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
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
Expand Down

0 comments on commit c16c853

Please sign in to comment.