File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424author = 'Eugene Morozov'
2525
2626# The short X.Y version
27- version = 'v0.1.0 '
27+ version = 'v0.1.1 '
2828# The full version, including alpha/beta/rc tags
29- release = 'v0.1.0 '
29+ release = 'v0.1.1 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = 'rdfpandas' ,
14- version = '0.1.0 ' ,
14+ version = '0.1.1 ' ,
1515 description = 'RDF support for Pandas' ,
1616 long_description = readme ,
1717 author = 'Eugene Morozov' ,
1818 author_email = 'emorozov@gmail.com' ,
1919 url = 'https://github.com/cadmiumkitty/rdfpandas' ,
20- license = license ,
20+ license = 'MIT' ,
2121 packages = find_packages (exclude = ('tests' , 'docs' ))
2222)
2323
You can’t perform that action at this time.
0 commit comments