Skip to content

Commit

Permalink
force 0.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Greenberg <[email protected]>
  • Loading branch information
mgree committed Jul 27, 2022
1 parent 3005681 commit 413ef89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libdash.opam
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
authors: "Michael Greenberg <[email protected]>"
Expand Down Expand Up @@ -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"
}

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "libdash"
version = "0.2"
version = "0.3"
authors = [
{ name="Michael Greenberg", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 413ef89

Please sign in to comment.