Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed Aug 24, 2020
1 parent 91fe63e commit 1de1d81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.7.2](https://github.com/eonu/sequentia/releases/tag/v0.7.2)

#### Major changes

- Stop referring to sequences as temporal, as non-temporal sequences can also be used. ([#103](https://github.com/eonu/sequentia/pull/103))

## [0.7.1](https://github.com/eonu/sequentia/releases/tag/v0.7.1)

#### Major changes
Expand Down
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.7.1'
__version__ = '0.7.2'

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 @@ -3,7 +3,7 @@
from __future__ import print_function
from setuptools import setup, find_packages

VERSION = '0.7.1'
VERSION = '0.7.2'

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

0 comments on commit 1de1d81

Please sign in to comment.