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
  • Loading branch information
neubig committed Jul 3, 2017
2 parents 78f7bed + dbfb03c commit 2d779f9
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 2d779f9

Please sign in to comment.