Skip to content

Commit

Permalink
Prepare for 0.40 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Sep 26, 2023
1 parent 0800e3e commit 176f85e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
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.39.c
include src/ihm_format_wrap_0.40.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.39'
__version__ = '0.40'


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.39"
VERSION = "0.40"

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.39
Version: 0.40
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
* Mon Sep 25 2023 Ben Webb <[email protected]> 0.40-1
- Update to latest upstream.

* Fri Aug 04 2023 Ben Webb <[email protected]> 0.39-1
- Update to latest upstream.

Expand Down

0 comments on commit 176f85e

Please sign in to comment.