This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Bumped to v4.1.0
version-14
Anand Doshi
11 years ago
parent
1804f7133d
commit
2b31bb4af6
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/__version__.py
+1
-1
setup.py
+ 1
- 1
frappe/__version__.py
View File
@@ -1 +1 @@
__version__ = "4.
0.
1"
__version__ = "4.1
.0
"
+ 1
- 1
setup.py
View File
@@ -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()
Write
Preview
Loading…
Cancel
Save