File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
2
name: "libdash"
3
- version: "0.2 "
3
+ version: "0.3 "
4
4
synopsis: "Bindings to the dash shell's parser"
5
5
maintainer: "Michael Greenberg <michael.greenberg@pomona.edu>"
6
6
authors: "Michael Greenberg <michael.greenberg@pomona.edu>"
@@ -40,6 +40,6 @@ install: [
40
40
]
41
41
dev-repo: "git+https:///github.com/mgree/libdash"
42
42
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"
44
44
}
45
45
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " libdash"
3
- version = " 0.2 "
3
+ version = " 0.3 "
4
4
authors = [
5
5
{ name =" Michael Greenberg" , email =" michael@greenberg.science" },
6
6
]
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def run(self):
40
40
setup (name = 'libdash' ,
41
41
packages = ['libdash' ],
42
42
cmdclass = {'build_py' : libdash_build_py },
43
- version = '0.2 ' ,
43
+ version = '0.3 ' ,
44
44
long_description = long_description ,
45
45
long_description_content_type = 'text/markdown' ,
46
46
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments