Skip to content

Commit

Permalink
Release version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed May 12, 2023
1 parent dea5b88 commit 7869e79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.8 – 2023-05-12

- Speed up the code

## 0.1.7 – 2023-05-11

- Fix time unit issues
Expand Down
2 changes: 1 addition & 1 deletion mwrpy/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR = 0
MINOR = 1
PATCH = 7
PATCH = 8
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit 7869e79

Please sign in to comment.