Skip to content

Commit

Permalink
update version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenholleran committed Jul 24, 2019
1 parent 36bf0bb commit 0be6eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name='brightwind',
# Update version number here:
version='0.2.5',
version='0.2.6',
packages=['brightwind', 'brightwind.load', 'brightwind.utils', 'brightwind.export', 'brightwind.analyse',
'brightwind.transform', 'brightwind.datasets'],
package_data={
Expand All @@ -15,7 +15,7 @@
},
url='https://github.com/brightwind-dev/brightwind.git',
# Update version number here:
download_url = 'https://github.com/brightwind-dev/brightwind/archive/v0.2.5.tar.gz',
download_url = 'https://github.com/brightwind-dev/brightwind/archive/v0.2.6.tar.gz',
license='GNU Lesser General Public License v3 or later (LGPLv3+)',
author='Stephen Holleran and Inder Preet of BrightWind Ltd',
author_email='[email protected]',
Expand Down

0 comments on commit 0be6eaa

Please sign in to comment.