Skip to content

Commit

Permalink
Version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrock94 committed Apr 13, 2018
1 parent b082339 commit 1991b2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'Giulio Gabrieli'

# The short X.Y version
version = ''
version = '0.0.6'
# The full version, including alpha/beta/rc tags
release = ''
release = '0.0.6 - Alpha version'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from setuptools import setup

setup(name='pysiology',
version='0.0.5b',
version='0.0.6',
description='Physiological signal processing in Python',
long_description="A simple python package for physiological signal processing (ECG,EMG,GSR).",
url='https://github.com/Gabrock94/Pysiology',
download_url='https://github.com/Gabrock94/Pysiology/archive/0.0.5b.tar.gz',
download_url='https://github.com/Gabrock94/Pysiology/archive/0.0.6.tar.gz',
author='Giulio Gabrieli',
author_email='[email protected]',
license='Apache2',
Expand Down

0 comments on commit 1991b2d

Please sign in to comment.