Skip to content

Commit

Permalink
Fix file not included in Python build
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkprime committed Oct 27, 2015
1 parent 94ac375 commit 0a15204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/libjsonnet.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
*/


#define LIB_JSONNET_VERSION "v0.8.4"
#define LIB_JSONNET_VERSION "v0.8.5"


/** Return the version string of the Jsonnet interpreter. Conforms to semantic versioning
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

DIR = os.path.abspath(os.path.dirname(__file__))
LIB_OBJECTS = [
'core/desugarer.o',
'core/libjsonnet.o',
'core/lexer.o',
'core/parser.o',
Expand Down

0 comments on commit 0a15204

Please sign in to comment.