Release v4.0.1
This commit is contained in:
parent
c8a8cd6df7
commit
496c27141a
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ import json
|
|||
|
||||
from .exceptions import *
|
||||
|
||||
__version__ = "4.0.0"
|
||||
__version__ = "4.0.1"
|
||||
|
||||
local = Local()
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
import os
|
||||
|
||||
version = '4.0.0'
|
||||
version = '4.0.1'
|
||||
|
||||
with open("requirements.txt", "r") as f:
|
||||
install_requires = f.readlines()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue