From 875a7f5cf727483bc4c4d394f7d3c23699002aa8 Mon Sep 17 00:00:00 2001 From: PMunch Date: Fri, 15 Oct 2021 12:35:29 +0200 Subject: [PATCH] Bump version --- futhark.nimble | 2 +- src/futhark.nim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/futhark.nimble b/futhark.nimble index c5cb55a..6414085 100644 --- a/futhark.nimble +++ b/futhark.nimble @@ -1,6 +1,6 @@ # Package -version = "0.3.0" # Remember to update the version in futhark.nim as well +version = "0.3.1" # Remember to update the version in futhark.nim as well author = "PMunch" description = "A package which uses libclang to parse C headers into Nim files for easy interop" license = "MIT" diff --git a/src/futhark.nim b/src/futhark.nim index 63fbe8c..c15df62 100644 --- a/src/futhark.nim +++ b/src/futhark.nim @@ -3,7 +3,7 @@ import macroutils except Lit const Stringable = {nnkStrLit..nnkTripleStrLit, nnkCommentStmt, nnkIdent, nnkSym} - VERSION = "0.3.0" + VERSION = "0.3.1" builtins = ["addr", "and", "as", "asm", "bind", "block", "break", "case", "cast", "concept", "const", "continue", "converter",