Skip to content

Commit 3789cac

Browse files
committed
Prepare for 0.8 release
1 parent 781f353 commit 3789cac

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

modelcif/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import modelcif.data
55
import sys
66

7-
__version__ = '0.7'
7+
__version__ = '0.8'
88

99

1010
class System(object):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from distutils.core import setup
77
import sys
88

9-
VERSION = "0.7"
9+
VERSION = "0.8"
1010

1111
copy_args = sys.argv[1:]
1212

util/python-modelcif.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: python3-modelcif
22
License: MIT
33
Group: Applications/Engineering
4-
Version: 0.7
4+
Version: 0.8
55
Release: 1%{?dist}
66
Summary: Package for handling ModelCIF mmCIF and BinaryCIF files
77
Packager: Ben Webb <ben@salilab.org>
@@ -28,6 +28,9 @@ compliant with the ModelCIF extension. It works with Python 2.7 or Python 3.
2828
%defattr(-,root,root)
2929

3030
%changelog
31+
* Fri Aug 04 2023 Ben Webb <ben@salilab.org> 0.8-1
32+
- Update to latest upstream.
33+
3134
* Mon Jul 31 2023 Ben Webb <ben@salilab.org> 0.7-1
3235
- Update to latest upstream.
3336

0 commit comments

Comments
 (0)