Skip to content

Commit

Permalink
Merge pull request #650 from danielhers/v1.1
Browse files Browse the repository at this point in the history
Update version in setup.py

Former-commit-id: 2d779f9
  • Loading branch information
neubig committed Jul 3, 2017
2 parents 363a8cc + 9cd1ad4 commit 97b9276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
graft python
include README.md
global-include *.py *.cc *.h *.cu CMakeLists.txt *.cmake
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 97b9276

Please sign in to comment.