Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed Jan 16, 2021
1 parent 75ae74f commit c0b055e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sequentia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.10.2'
__version__ = '0.10.3'

from .classifiers import *
from .preprocessing import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'joblib>=0.14,<1'
]

VERSION = '0.10.2'
VERSION = '0.10.3'

with open('README.md', 'r', encoding='utf8') as fh:
long_description = fh.read()
Expand Down

0 comments on commit c0b055e

Please sign in to comment.