Skip to content

Commit

Permalink
update: version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Secbone committed Nov 3, 2024
1 parent 195d39f commit a8d9567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.4] - 2024-11-03

### Add
- Added wheel package supported for `py3.12` and `py3.13`
- Added wheel package supported for `py3.12`
- Added `figsize` param in `toad.plot.bin_plot` function

### Changed
Expand Down
2 changes: 1 addition & 1 deletion toad/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (0, 1, 3, 'final', 0)
__version_info__ = (0, 1, 4, 'final', 0)

def get_version(version):
main = '.'.join(str(x) for x in version[:3])
Expand Down

0 comments on commit a8d9567

Please sign in to comment.