Skip to content

Commit

Permalink
- update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gscorreia89 committed Aug 10, 2021
1 parent 732967f commit 614339d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nPYc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
The `nPYc-Toolbox <https://github.com/phenomecentre/nPYc-Toolbox>`_ defines objects for representing, and implements functions to manipulate and display, metabolic profiling datasets.
"""
__version__ = '1.2.7'
__version__ = '1.2.6'

from . import enumerations
from .objects import Dataset, MSDataset, NMRDataset, TargetedDataset
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='nPYc',
version='1.2.7',
version='1.2.6',
description='National Phenome Centre toolbox',
url='https://github.com/phenomecentre/npyc-toolbox',
author='National Phenome Centre',
Expand Down

0 comments on commit 614339d

Please sign in to comment.