diff --git a/CITATION.cff b/CITATION.cff index a5eb97d..a022b40 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,6 +11,6 @@ authors: given-names: Michael R. orcid: https://orcid.org/0000-0002-2961-9670 title: "runcrate" -version: 0.1.2 +version: 0.2.0 doi: 10.5281/zenodo.7762627 -date-released: 2023-03-23 +date-released: 2023-06-23 diff --git a/src/runcrate/__init__.py b/src/runcrate/__init__.py index fdf3797..a8f596d 100644 --- a/src/runcrate/__init__.py +++ b/src/runcrate/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.2" +__version__ = "0.2.0"