Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
WarmCyan committed Apr 7, 2022
1 parent 8223fba commit 4077acf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [unreleased]
## [1.0.2] - 2022-04-07

### Fixed
- Wrapper function still expecting pandas series instead of numpy array.
- missing nltk.download("stopwords")




## [1.0.1] - 2022-03-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion tx2/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"

0 comments on commit 4077acf

Please sign in to comment.