Skip to content

Commit

Permalink
version number incremented. Fix for #1
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumgizmos committed Aug 1, 2024
1 parent 3f509e9 commit a92181a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"sinter",
"BeliefMatching"
]
version = "2.0.18"
version = "2.0.19"

[tool.setuptools.packages.find]
where = ["src_python"]
Expand Down
1 change: 1 addition & 0 deletions src_cpp/rng.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include <random>
#include <chrono> // for std::chrono::system_clock
#include <algorithm>

namespace ldpc {
namespace rng {
Expand Down

0 comments on commit a92181a

Please sign in to comment.