-
Notifications
You must be signed in to change notification settings - Fork 1
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
4 changed files
with
8 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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
import modelcif.data | ||
import sys | ||
|
||
__version__ = '0.8' | ||
__version__ = '0.9' | ||
|
||
|
||
class System(object): | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
from distutils.core import setup | ||
import sys | ||
|
||
VERSION = "0.8" | ||
VERSION = "0.9" | ||
|
||
copy_args = sys.argv[1:] | ||
|
||
|
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,7 +1,7 @@ | ||
Name: python3-modelcif | ||
License: MIT | ||
Group: Applications/Engineering | ||
Version: 0.8 | ||
Version: 0.9 | ||
Release: 1%{?dist} | ||
Summary: Package for handling ModelCIF mmCIF and BinaryCIF files | ||
Packager: Ben Webb <[email protected]> | ||
|
@@ -28,6 +28,9 @@ compliant with the ModelCIF extension. It works with Python 2.7 or Python 3. | |
%defattr(-,root,root) | ||
|
||
%changelog | ||
* Mon Oct 02 2023 Ben Webb <[email protected]> 0.9-1 | ||
- Update to latest upstream. | ||
|
||
* Fri Aug 04 2023 Ben Webb <[email protected]> 0.8-1 | ||
- Update to latest upstream. | ||
|
||
|