Skip to content

Commit 413ef89

Browse files
committed
force 0.3 release
Signed-off-by: Michael Greenberg <michael.greenberg@stevens.edu>
1 parent 3005681 commit 413ef89

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

libdash.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "libdash"
3-
version: "0.2"
3+
version: "0.3"
44
synopsis: "Bindings to the dash shell's parser"
55
maintainer: "Michael Greenberg <michael.greenberg@pomona.edu>"
66
authors: "Michael Greenberg <michael.greenberg@pomona.edu>"
@@ -40,6 +40,6 @@ install: [
4040
]
4141
dev-repo: "git+https:///github.com/mgree/libdash"
4242
url {
43-
src: "https://github.com/mgree/libdash/archive/v0.2.tar.gz"
43+
src: "https://github.com/mgree/libdash/archive/v0.3.tar.gz"
4444
}
4545

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "libdash"
3-
version = "0.2"
3+
version = "0.3"
44
authors = [
55
{ name="Michael Greenberg", email="michael@greenberg.science" },
66
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def run(self):
4040
setup(name='libdash',
4141
packages=['libdash'],
4242
cmdclass={'build_py': libdash_build_py},
43-
version='0.2',
43+
version='0.3',
4444
long_description=long_description,
4545
long_description_content_type='text/markdown',
4646
include_package_data=True,

0 commit comments

Comments
 (0)