Release 4.0.0
This commit is contained in:
parent
e153f32cd3
commit
5d4741b4e2
2 changed files with 4 additions and 2 deletions
|
|
@ -16,6 +16,8 @@ import json
|
|||
|
||||
from .exceptions import *
|
||||
|
||||
__version__ = "4.0.0"
|
||||
|
||||
local = Local()
|
||||
|
||||
class _dict(dict):
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
import os
|
||||
|
||||
version = '4.0.0-beta'
|
||||
version = '4.0.0'
|
||||
|
||||
with open("requirements.txt", "r") as f:
|
||||
install_requires = f.readlines()
|
||||
|
|
@ -21,4 +21,4 @@ setup(
|
|||
'frappe = frappe.cli:main'
|
||||
]
|
||||
}
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue