Skip to content

Commit

Permalink
REL 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Jan 3, 2021
1 parent d2babe4 commit dc77b7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ The PyPi credentials are handled via a "GitHub secret"

1. go to your python environment for `pybv`
1. Make sure all tests pass and the docs are built cleanly
1. run `pip install -U setuptools wheel twine`
1. update the `__version__` variable in `__init__.py`
- remove the `.devN` suffix
- if the version preceding the `.devN` suffix is not the version to be
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Here we list a changelog of pybv.
:local:
:depth: 1

Current (unreleased)
====================
0.5.0 (2021-01-03)
==================

Changelog
~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion pybv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
#
# License: BSD (3-clause)

__version__ = '0.5.0.dev0'
__version__ = '0.5.0'
from .io import write_brainvision # noqa: F401
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Operating System :: Unix',
'Operating System :: MacOS'
'Operating System :: MacOS',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit dc77b7d

Please sign in to comment.