Skip to content

Commit

Permalink
Merge pull request #30 from awtkns/29_prefixes
Browse files Browse the repository at this point in the history
🐛 No prefixing below fastapi v0.62 #29
  • Loading branch information
awtkns committed Feb 20, 2021
2 parents 946ba86 + e4249dd commit e06e27f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fastapi
fastapi>=0.62.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.4.1'

setup(
name='fastapi-crudrouter',
Expand Down

1 comment on commit e06e27f

@vercel
Copy link

@vercel vercel bot commented on e06e27f Feb 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.