diff --git a/Makefile b/Makefile index 80d1773..350b12d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ GO_BIN := ${shell which go} CURRENT_DIR := ${PWD} MAJOR := 0 MINOR := 1 -MICRO := 5 +MICRO := 6 VERSION := $(MAJOR).$(MINOR).$(MICRO) PREFIX ?= /usr/local/ PREFIX_INCLUDE := $(PREFIX)/include diff --git a/setup.py b/setup.py index 1a12497..7e57b95 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from Cython.Build import cythonize NAME = 'n2' -VERSION = '0.1.5' +VERSION = '0.1.6' def long_description():