Update version numbers

This commit is contained in:
greg7mdp
2022-09-30 19:53:46 -04:00
parent 0e4997324b
commit 736b921c1a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import os
class SparseppConan(ConanFile):
name = "parallel_hashmap"
version = "1.34"
version = "1.36"
description = "A header-only, very fast and memory-friendly hash map"
url = "https://github.com/greg7mdp/parallel-hashmap/blob/master/parallel_hashmap/conanfile.py"