From b5f8c81a881907f2c7b66a1d700eb80fd408352f Mon Sep 17 00:00:00 2001 From: "gony.noreply" Date: Mon, 17 Feb 2020 19:15:06 +0900 Subject: [PATCH] version up --- Makefile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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():