Skip to content

Commit

Permalink
Bump version to 1.0.1 and fix dependency auto-install via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Cambié committed May 3, 2020
1 parent 36d7b9d commit 827eb0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion pycont/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
.. moduleauthor:: Jonathan Grizou <Jonathan.Grizou@gla.ac.uk>
"""
from ._version import __version__
from ._logger import __logger_root_name__
from .controller import MultiPumpController, C3000Controller

Expand Down
1 change: 0 additions & 1 deletion pycont/_version.py

This file was deleted.

7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from pycont._version import __version__

from setuptools import find_packages, setup

VERSION = '1.0.1'

setup(name="pycont",
version=__version__,
version=VERSION,
description="Tools to work with Tricontinental Pumps",
author="Jonathan Grizou",
author_email='jonathan.grizou@glasgow.ac.uk',
Expand Down

0 comments on commit 827eb0e

Please sign in to comment.