Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MelamudMichael committed Mar 12, 2024
1 parent c9c5ca1 commit f0fb1c8
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 @@ -16,7 +16,7 @@ class UpCpp(ConanFile):
options = {"shared": [True, False], "fPIC": [True, False]}
conan_version = None
generators = "CMakeDeps", "PkgConfigDeps", "VirtualRunEnv", "VirtualBuildEnv"
version = "0.1.5.1-dev"
version = "0.1.1-dev"
exports_sources = "CMakeLists.txt", "up-core-api/*", "include/*" ,"src/*" , "test/*", "cmake/*"

options = {
Expand Down

0 comments on commit f0fb1c8

Please sign in to comment.