diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-11 14:31:54 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-11 14:31:54 -0500 |
| commit | ecb5f2ede6bbc793c81ce3bc0f1ea973deb95d2a (patch) | |
| tree | be47c3838134734301d7eb48f894ea6823391326 | |
| parent | 7daf32d654a2ef0d8751e486f16b306ee5cc22e4 (diff) | |
| download | nimterop-0.5.1.tar.gz nimterop-0.5.1.zip | |
v0.5.1v0.5.1
| -rw-r--r-- | nimterop.nimble | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nimterop.nimble b/nimterop.nimble index 21221a7..6a5cced 100644 --- a/nimterop.nimble +++ b/nimterop.nimble @@ -1,6 +1,6 @@ # Package -version = "0.5.0" +version = "0.5.1" author = "genotrance" description = "C/C++ interop for Nim" license = "MIT" @@ -87,4 +87,4 @@ task test, "Test": docsTask() - echo readFile("tests/timeit.txt")
\ No newline at end of file + echo readFile("tests/timeit.txt") |
