Skip to content

Commit

Permalink
Bumped version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Jan 11, 2017
1 parent 4119752 commit f2f1502
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Release History
===============

1.0.5 (2017-01-10)
1.1.0 (2017-01-11)
~~~~~~~~~~~~~~~~~~
**Improvements**

Expand Down
9 changes: 5 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@

# General information about the project.
project = u'nmrstarlib'
copyright = u'2016, Andrey Smelter, Hunter N.B. Moseley'
copyright = u'2017, Andrey Smelter, Hunter N.B. Moseley'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '1.0.5'
version = '1.1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.5'
release = '1.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -259,7 +259,8 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'nmrstarlib', u'nmrstarlib Documentation',
u'Andrey Smelter, Hunter N.B. Moseley', 'nmrstarlib', 'One line description of project.',
u'Andrey Smelter, Hunter N.B. Moseley', 'nmrstarlib',
'The nmrstarlib package is a Python library that facilitates reading and writing NMR-STAR formatted files.',
'Miscellaneous'),
]

Expand Down
2 changes: 1 addition & 1 deletion nmrstarlib/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ def main(cmdargs):
csviewer.csview(view=True)


args = docopt.docopt(__doc__, version="1.0.5")
args = docopt.docopt(__doc__, version="1.1.0")
main(args)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def readme():

setup(
name='nmrstarlib',
version='1.0.5',
version='1.1.0',
author='Andrey Smelter',
author_email='andrey.smelter@gmail.com',
description='Python library for parsing data from NMR-STAR format files',
Expand Down

0 comments on commit f2f1502

Please sign in to comment.