Skip to content

Commit

Permalink
release versions (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyadgaran authored Jul 10, 2021
1 parent 3a67816 commit d1ad214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Change Log

### TBD
### 0.10.0 (2021-07-09)
- Dataset external file setter with validation hooks
- Pandas changes to always return dataframe copies (does not extend to underlying python objects! eg lists, objects, etc)
- Pandas Dataset Subclasses for Single and Multi label datasets
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys

__version__ = '0.9.3'
__version__ = '0.10.0'


python_major = sys.version_info.major
Expand Down

0 comments on commit d1ad214

Please sign in to comment.