Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbennun committed Nov 12, 2021
1 parent 5cbf090 commit 457decb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
global-include LICENSE LICENSE.*
include dace/*.yml dace/codegen/CMakeLists.txt dace/codegen/tools/*.cpp dace/external/moodycamel/*.h dace/codegen/Xilinx_HLS.tcl.in
recursive-include dace/codegen *.cmake
graft dace/runtime/include
graft dace/libraries
graft diode/webclient
graft diode/templates
graft dace/external/cub/cub
graft dace/external/hlslib/cmake
graft dace/external/hlslib/include
graft dace/external/rtllib/cmake
graft dace/external/rtllib/templates
2 changes: 1 addition & 1 deletion dace/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.11.1'
__version__ = '0.11.2'

0 comments on commit 457decb

Please sign in to comment.