Skip to content

Commit

Permalink
Update for 1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Oct 23, 2024
1 parent db3d521 commit a407335
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modelcif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import modelcif.data
import sys

__version__ = '1.1'
__version__ = '1.2'


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

VERSION = "1.1"
VERSION = "1.2"

copy_args = sys.argv[1:]

Expand Down
5 changes: 4 additions & 1 deletion util/python-modelcif.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: python3-modelcif
License: MIT
Group: Applications/Engineering
Version: 1.1
Version: 1.2
Release: 1%{?dist}
Summary: Package for handling ModelCIF mmCIF and BinaryCIF files
Packager: Ben Webb <[email protected]>
Expand All @@ -28,6 +28,9 @@ compliant with the ModelCIF extension. It works with Python 2.7 or Python 3.
%defattr(-,root,root)

%changelog
* Wed Oct 23 2024 Ben Webb <[email protected]> 1.2-1
- Update to latest upstream.

* Fri Sep 27 2024 Ben Webb <[email protected]> 1.1-1
- Update to latest upstream.

Expand Down

0 comments on commit a407335

Please sign in to comment.