Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Marquand committed Jun 13, 2024
1 parent 7bcc1ce commit 0c0f692
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ def parse_requirements(filename):

requirements = parse_requirements('requirements.txt')

# Note: to force PyPI to overwrite a version without bumping the version number
# use e.g.:
# version = '0.29-1'

setup(name='pcntoolkit',
version='0.29-1',
version='0.30',
description='Predictive Clinical Neuroscience toolkit',
url='http://github.com/amarquand/PCNtoolkit',
author='Andre Marquand',
Expand Down

0 comments on commit 0c0f692

Please sign in to comment.