Bumped to v4.1.0
This commit is contained in:
parent
1804f7133d
commit
2b31bb4af6
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
__version__ = "4.0.1"
|
||||
__version__ = "4.1.0"
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
import os
|
||||
|
||||
version = "4.0.1"
|
||||
version = "4.1.0"
|
||||
|
||||
with open("requirements.txt", "r") as f:
|
||||
install_requires = f.readlines()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue