Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PMunch committed Oct 15, 2021
1 parent 427a16b commit 875a7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion futhark.nimble
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/futhark.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 875a7f5

Please sign in to comment.