Skip to content

Commit

Permalink
update version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenholleran committed Jul 2, 2019
1 parent 1312afe commit 4b1ff6a
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.3',
version='0.2.4',
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.3.tar.gz',
download_url = 'https://github.com/brightwind-dev/brightwind/archive/v0.2.4.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 4b1ff6a

Please sign in to comment.