Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed Jul 16, 2020
1 parent 73b2e5e commit 1d4e133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mesmerize/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

__version__ = '0.2.2'
__version__ = '0.2.3'


import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

setup(
name='mesmerize',
version='0.2.2',
version='0.2.3',
packages=find_packages(exclude=['tests']),
include_package_data=True,
entry_points=entry_points,
Expand Down

0 comments on commit 1d4e133

Please sign in to comment.