Skip to content

Commit dc2181e

Browse files
authored
Merge pull request #60 from pwrose/master
Prepare 1.1.3 release
2 parents 0067e2c + c3aef0a commit dc2181e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.rst

Whitespace-only changes.

setup.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Versions should comply with PEP440. For a discussion on single-sourcing
2020
# the version across setup.py and the project code, see
2121
# https://packaging.python.org/en/latest/single_source_version.html
22-
version='1.1.2',
22+
version='1.1.3',
2323

2424
description='A decoding libary for the PDB mmtf format',
2525
long_description=long_description,
@@ -28,8 +28,8 @@
2828
url='https://github.com/rcsb/mmtf-python.git',
2929

3030
# Author details
31-
author='Anthony Bradley',
32-
author_email='[email protected]',
31+
author='Anthony Bradley, Peter W. Rose',
32+
author_email='[email protected]',
3333

3434
# Choose your license
3535
license='Apache 2.0',
@@ -60,6 +60,9 @@
6060
'Programming Language :: Python :: 3.4',
6161
'Programming Language :: Python :: 3.5',
6262
'Programming Language :: Python :: 3.6',
63+
'Programming Language :: Python :: 3.7',
64+
'Programming Language :: Python :: 3.8',
65+
'Programming Language :: Python :: 3.9',
6366
],
6467

6568
# What does your project relate to?
@@ -77,7 +80,7 @@
7780
# your project is installed. For an analysis of "install_requires" vs pip's
7881
# requirements files see:
7982
# https://packaging.python.org/en/latest/requirements.html
80-
install_requires=['msgpack>=0.5.6'],
83+
install_requires=['msgpack>=1.0.0'],
8184

8285
# List additional groups of dependencies here (e.g. development
8386
# dependencies). You can install these using the following syntax,

0 commit comments

Comments
 (0)