From e3873c02cadfae577960b5a8cdc4cf32c7ab302a 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 Former-commit-id: 2a2053a8daad65482324ae68b0f8664d181daeea --- 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 9cd1ad4770f0aae06d0ddd947ec2d3f2eda150f3 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 Former-commit-id: dbfb03c54ea083d4a9bfc1dc0cb3d9884b5cd2b6 --- 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