Skip to content

Commit 0aab73f

Browse files
committed
Prepare for 0.9 release
1 parent 42fdde2 commit 0aab73f

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

ChangeLog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
HEAD
2-
====
1+
0.9 - 2023-10-02
2+
================
33
- Bugfix: :class:`modelcif.SoftwareGroup` now allows for parameters to
44
be associated with each piece of software in the group, rather than
55
with the group as a whole (#33).

modelcif/__init__.py

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

8-
__version__ = '0.8'
8+
__version__ = '0.9'
99

1010

1111
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.8"
9+
VERSION = "0.9"
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.8
4+
Version: 0.9
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+
* Mon Oct 02 2023 Ben Webb <ben@salilab.org> 0.9-1
32+
- Update to latest upstream.
33+
3134
* Fri Aug 04 2023 Ben Webb <ben@salilab.org> 0.8-1
3235
- Update to latest upstream.
3336

0 commit comments

Comments
 (0)