File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
import modelcif .data
5
5
import sys
6
6
7
- __version__ = '0.7 '
7
+ __version__ = '0.8 '
8
8
9
9
10
10
class System (object ):
Original file line number Diff line number Diff line change 6
6
from distutils .core import setup
7
7
import sys
8
8
9
- VERSION = "0.7 "
9
+ VERSION = "0.8 "
10
10
11
11
copy_args = sys .argv [1 :]
12
12
Original file line number Diff line number Diff line change 1
1
Name: python3-modelcif
2
2
License: MIT
3
3
Group: Applications/Engineering
4
- Version: 0.7
4
+ Version: 0.8
5
5
Release: 1%{?dist }
6
6
Summary: Package for handling ModelCIF mmCIF and BinaryCIF files
7
7
Packager: Ben Webb < ben@salilab.org>
@@ -28,6 +28,9 @@ compliant with the ModelCIF extension. It works with Python 2.7 or Python 3.
28
28
%defattr(-,root,root)
29
29
30
30
%changelog
31
+ * Fri Aug 04 2023 Ben Webb <ben@salilab.org> 0.8-1
32
+ - Update to latest upstream.
33
+
31
34
* Mon Jul 31 2023 Ben Webb <ben@salilab.org> 0.7-1
32
35
- Update to latest upstream.
33
36
You can’t perform that action at this time.
0 commit comments