diff --git a/Project.toml b/Project.toml index 26f404e..efb9510 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorPkgSkeleton" uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea" authors = ["ITensor developers and contributors"] -version = "0.2.1" +version = "0.2.2" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" diff --git a/README.md b/README.md index 1138aa7..b09addc 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ julia> Pkg.add("ITensorPkgSkeleton") ````julia using ITensorPkgSkeleton: ITensorPkgSkeleton +ITensorPkgSkeleton.generate("MyPackage") ```` Examples go here. diff --git a/examples/README.jl b/examples/README.jl index d5435ae..a5e5df9 100644 --- a/examples/README.jl +++ b/examples/README.jl @@ -1,5 +1,5 @@ # # ITensorPkgSkeleton.jl -# +# # [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://ITensor.github.io/ITensorPkgSkeleton.jl/stable/) # [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://ITensor.github.io/ITensorPkgSkeleton.jl/dev/) # [![Build Status](https://github.com/ITensor/ITensorPkgSkeleton.jl/actions/workflows/Tests.yml/badge.svg?branch=main)](https://github.com/ITensor/ITensorPkgSkeleton.jl/actions/workflows/Tests.yml?query=branch%3Amain) @@ -38,4 +38,5 @@ julia> Pkg.add("ITensorPkgSkeleton") # ## Examples using ITensorPkgSkeleton: ITensorPkgSkeleton +ITensorPkgSkeleton.generate("MyPackage") # Examples go here.