Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredinni committed Mar 6, 2023
1 parent b7ad25e commit 450d7bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dinero/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from ._dinero import Dinero


__version__ = "0.1.6"
__version__ = "0.1.7"

__all__ = ["Dinero"]
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 = "dinero"
version = "0.1.6"
version = "0.1.7"
description = "Dinero is a library for working with monetary values in Python."
license = "MIT"
authors = ["Carlos Montecinos Geisse <carlos@pythoncheatsheet.org>"]
Expand Down

0 comments on commit 450d7bd

Please sign in to comment.