Skip to content

Commit

Permalink
Prepare for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Feb 13, 2024
1 parent 5bf8b29 commit 638f1b1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HEAD
====
1.0 - 2024-02-13
================
- Support for multi-state schemes (such as kinetic rates and relaxation
times for conversions between states) was added;
see :mod:`ihm.multi_state_scheme`.
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ include examples/*
include util/make-mmcif.py
include src/ihm_format.h
include src/ihm_format.i
include src/ihm_format_wrap_0.43.c
include src/ihm_format_wrap_1.0.c
2 changes: 1 addition & 1 deletion ihm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import json
from . import util

__version__ = '0.43'
__version__ = '1.0'


class __UnknownValue(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys
import os

VERSION = "0.43"
VERSION = "1.0"

copy_args = sys.argv[1:]

Expand Down
5 changes: 4 additions & 1 deletion util/python-ihm.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: python3-ihm
License: MIT
Group: Applications/Engineering
Version: 0.43
Version: 1.0
Release: 1%{?dist}
Summary: Package for handling IHM mmCIF and BinaryCIF files
Packager: Ben Webb <[email protected]>
Expand Down Expand Up @@ -36,6 +36,9 @@ sed -i -e "s/install_requires=\['msgpack'\]/#/" setup.py
%defattr(-,root,root)

%changelog
* Tue Feb 13 2024 Ben Webb <[email protected]> 1.0-1
- Update to latest upstream.

* Fri Dec 08 2023 Ben Webb <[email protected]> 0.43-1
- Update to latest upstream.

Expand Down

0 comments on commit 638f1b1

Please sign in to comment.