Skip to content

Commit cc06a67

Browse files
committed
Version 0.0.3
1 parent 7318e24 commit cc06a67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LADEL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.23...4.1)
2-
project(LADEL VERSION 0.0.2)
2+
project(LADEL VERSION 0.0.3)
33

44
option (LADEL_SIMPLE_COL_COUNTS
55
"Simplify symbolic analysis (worse asymptotic time complexity)" On)

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class LADELRecipe(ConanFile):
99
name = "ladel"
10-
version = "0.0.2"
10+
version = "0.0.3"
1111
package_type = "library"
1212

1313
# Optional metadata

0 commit comments

Comments
 (0)