Skip to content

Commit

Permalink
update version to 1.0.0 and add __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenholleran committed Sep 12, 2019
1 parent 7ea1690 commit d28eab6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions brightwind/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@

__all__ = ['analyse', 'transform', 'export', 'load', 'datasets']

__version__ = '1.0.0'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

setup(
name='brightwind',
# Update version number here:
version='0.2.10',
# Update version number here, below and in _init_.py:
version='1.0.0',
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.10.tar.gz',
download_url='https://github.com/brightwind-dev/brightwind/archive/v1.0.0.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 d28eab6

Please sign in to comment.