Skip to content

Commit

Permalink
Bump version to 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Jan 17, 2024
1 parent 10e2319 commit 649828b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def export_sources(self):

def requirements(self):
self.requires("protobuf/3.21.9", transitive_headers=True)
self.requires("arcus/5.3.0")
self.requires("arcus/5.3.1")
self.requires("cpython/3.10.4") # Maybe place this in build_requirements as well
self.requires("zlib/1.2.12")

Expand Down

0 comments on commit 649828b

Please sign in to comment.