From 2a2053a8daad65482324ae68b0f8664d181daeea Mon Sep 17 00:00:00 2001 From: Daniel Hershcovich Date: Sun, 2 Jul 2017 13:39:28 +0300 Subject: [PATCH 1/2] Update version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 10f982799..660e9d24e 100644 --- a/setup.py +++ b/setup.py @@ -158,7 +158,7 @@ def run(self): setup( name="dyNET", - #version="0.0.0", + version="1.1.0", install_requires=["cython", "numpy"], description="The Dynamic Neural Network Toolkit", long_description=long_description, From dbfb03c54ea083d4a9bfc1dc0cb3d9884b5cd2b6 Mon Sep 17 00:00:00 2001 From: Daniel Hershcovich Date: Sun, 2 Jul 2017 18:39:16 +0300 Subject: [PATCH 2/2] Include README in MANIFEST to fix pip install --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index ed8619b2e..3e45a566e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ graft python +include README.md global-include *.py *.cc *.h *.cu CMakeLists.txt *.cmake