Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PMunch committed Aug 2, 2024
1 parent e4ee115 commit 783f2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions futhark.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.13.2"
version = "0.13.3"
author = "PMunch"
description = "A package which uses libclang to parse C headers into Nim files for easy interop"
license = "MIT"
Expand All @@ -14,4 +14,4 @@ bin = @["opir"]
requires "nim >= 1.4.8"
requires "termstyle"
requires "macroutils"
requires "https://github.com/PMunch/nimbleutils >= 0.3.2"
requires "https://github.com/PMunch/nimbleutils >= 0.3.3"

0 comments on commit 783f2af

Please sign in to comment.