Skip to content

Commit cb31111

Browse files
committed
Upped to v0.2
1 parent 760ad13 commit cb31111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

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

66
class Pipeable(ConanFile):
77
name = "pipeable"
8-
version = "0.1"
8+
version = "0.2"
99
description = \
1010
"Enables easy chaining of callable objects, automatically forwarding output as input: \n" \
1111
"auto result = vector{1, 2, 3} >>= for_each >>= int_to_cat >>= cat_to_hat;"

0 commit comments

Comments
 (0)