-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- coding: utf-8 -*- | ||
# QuickFF is a code to quickly derive accurate force fields from ab initio input. | ||
# Copyright (C) 2012 - 2015 Louis Vanduyfhuys <[email protected]> | ||
# Copyright (C) 2012 - 2019 Louis Vanduyfhuys <[email protected]> | ||
# Steven Vandenbrande <[email protected]>, | ||
# Toon Verstraelen <[email protected]>, Center for Molecular Modeling | ||
# (CMM), Ghent University, Ghent, Belgium; all rights reserved unless otherwise | ||
|
@@ -53,7 +53,7 @@ | |
|
||
# General information about the project. | ||
project = u'QuickFF' | ||
copyright = u'2018, Louis Vanduyfhuys, Center for Molecular Modeling, Ghent University' | ||
copyright = u'2019, Louis Vanduyfhuys, Center for Molecular Modeling, Ghent University' | ||
|
||
# The version info for the project you're documenting, acts as replacement for | ||
# |version| and |release|, also used in various other places throughout the | ||
|
@@ -62,7 +62,7 @@ | |
# The short X.Y version. | ||
version = '2.2' | ||
# The full version, including alpha/beta/rc tags. | ||
release = '2.2.2' | ||
release = '2.2.4' | ||
|
||
# The language for content autogenerated by Sphinx. Refer to documentation | ||
# for a list of supported languages. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ | |
|
||
setup( | ||
name='QuickFF', | ||
version='2.2.3', | ||
version='2.2.4', | ||
description='Python library to quickly derive force fields from ab initio training data.', | ||
author='Louis Vanduyfhuys', | ||
author_email='[email protected]', | ||
|