Skip to content

Commit

Permalink
v0.3.1 license fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andgoldschmidt committed Oct 7, 2020
1 parent b6cacc3 commit 7ccb4b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion derivative/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '0.3.0'
__version__: str = '0.3.1'
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "derivative"
version = "0.3.0"
version = "0.3.1"
description = "Numerical differentiation in python."
repository = "https://github.com/andgoldschmidt/derivative"
documentation = "https://derivative.readthedocs.io/"
Expand Down

0 comments on commit 7ccb4b7

Please sign in to comment.