Skip to content

Commit

Permalink
Bump to version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiRishi committed Oct 3, 2022
1 parent 6d902a2 commit 45b9dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "api_boilerplate"
version = "1.0"
version = "2.0"
description = "A dockerized and production ready python API template with no setup required."
authors = ["Adishwar Rishi <[email protected]>"]
license = "LGPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='api_boilerplate',
version='1.0',
version='2.0',
description=(
'A dockerized and production ready python API template with no '
'setup required.'
Expand Down

0 comments on commit 45b9dfa

Please sign in to comment.