Skip to content

Commit

Permalink
Upgrade the inflection dependency (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhiebert authored Jun 22, 2024
1 parent 7aa64b7 commit f4f99c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion invoiced/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '2.1.0'
VERSION = '2.1.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
packages=['invoiced', 'invoiced.test'],
install_requires=[
'requests >= 2.0.0',
'inflection == 0.3.1'
'inflection >= 0.3.1'
],
extras_require={
'requests': ['security>=2.0.0']
Expand Down

0 comments on commit f4f99c2

Please sign in to comment.