Skip to content

Commit

Permalink
iss #429 update version number to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenholleran committed May 29, 2024
1 parent e4a6e4b commit 93e5cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brightwind/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

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

__version__ = '2.2.0'
__version__ = '2.2.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_version(rel_path):
},
url='https://github.com/brightwind-dev/brightwind.git',
# UPDATE VERSION NUMBER HERE:
download_url='https://github.com/brightwind-dev/brightwind/archive/v2.2.0.tar.gz',
download_url='https://github.com/brightwind-dev/brightwind/archive/v2.2.1.tar.gz',
license='MIT',
author='Stephen Holleran of BrightWind Ltd',
author_email='[email protected]',
Expand Down

0 comments on commit 93e5cf8

Please sign in to comment.