From 413ef89ca373f2acefa4e4c08160a1738f3a0789 Mon Sep 17 00:00:00 2001 From: Michael Greenberg Date: Wed, 27 Jul 2022 19:54:51 -0400 Subject: [PATCH] force 0.3 release Signed-off-by: Michael Greenberg --- libdash.opam | 4 ++-- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libdash.opam b/libdash.opam index 6765f5e..75053df 100644 --- a/libdash.opam +++ b/libdash.opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "libdash" -version: "0.2" +version: "0.3" synopsis: "Bindings to the dash shell's parser" maintainer: "Michael Greenberg " authors: "Michael Greenberg " @@ -40,6 +40,6 @@ install: [ ] dev-repo: "git+https:///github.com/mgree/libdash" url { - src: "https://github.com/mgree/libdash/archive/v0.2.tar.gz" + src: "https://github.com/mgree/libdash/archive/v0.3.tar.gz" } diff --git a/pyproject.toml b/pyproject.toml index a05e0b3..069e94c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "libdash" -version = "0.2" +version = "0.3" authors = [ { name="Michael Greenberg", email="michael@greenberg.science" }, ] diff --git a/setup.py b/setup.py index b5f3481..78501f1 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def run(self): setup(name='libdash', packages=['libdash'], cmdclass={'build_py': libdash_build_py}, - version='0.2', + version='0.3', long_description=long_description, long_description_content_type='text/markdown', include_package_data=True,