diff --git a/dynamic-pipeline.cabal b/dynamic-pipeline.cabal
--- a/dynamic-pipeline.cabal
+++ b/dynamic-pipeline.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           dynamic-pipeline
-version:        0.1.0.5
+version:        0.2.0.0
 synopsis:       Library Type Safe implementation of Dynamic Pipeline Paradigm (DPP).
 description:    @dynamic-pipeline@ is a __/Type Safe/__ Dynamic and Parallel Streaming Library, which is an implementation of __Dynamic Pipeline Paradigm (DPP)__ 
                 proposed in this paper [DPP](https://biblioteca.sistedes.es/articulo/the-dynamic-pipeline-paradigm/).
@@ -31,6 +31,7 @@
                 Import "DynamicPipeline" for using the library.
                 .
                 * /Examples/: <src/examples examples directory> in the package
+                .
 category:       Data,Data Flow,Pipes,Streaming,Parallel,Type-safe
 homepage:       https://github.com/jproyo/dynamic-pipeline#readme
 bug-reports:    https://github.com/jproyo/dynamic-pipeline/issues
