Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Nov 11, 2020
1 parent b479611 commit 8b3a64c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.0.8 (2020-11-11)

### Fix

- update numpy docstring parser

## v1.0.7 (2020-11-09)

### Refactor
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "arger"
version = "1.0.7"
version = "1.0.8"
description = "Create argparser automatically from functions"

license = "MIT"
Expand Down

0 comments on commit 8b3a64c

Please sign in to comment.