Skip to content

Commit f111c05

Browse files
committed
bump to 0.0.6
1 parent d497d3d commit f111c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ServiceInterface/Langs/PythonLangInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public PythonLangInfo()
1818
LineComment = "#";
1919
DtosPathPrefix = "my_app\\";
2020
Files = new Dictionary<string, string> {
21-
["requirements.txt"] = @"servicestack>=0.0.5",
21+
["requirements.txt"] = @"servicestack>=0.0.6",
2222
["setup.py"] = @"from setuptools import setup, find_packages
2323
2424
setup(

0 commit comments

Comments
 (0)