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 6868# built documents.
6969#
7070# The short X.Y version.
71- version = '0.2 '
71+ version = '0.3 '
7272# The full version, including alpha/beta/rc tags.
73- release = '0.2 .0'
73+ release = '0.3 .0'
7474
7575# The language for content autogenerated by Sphinx. Refer to documentation
7676# for a list of supported languages.
Original file line number Diff line number Diff line change 88
99setup (
1010 name = 'repomate-plug' ,
11- version = '0.2.1 ' ,
11+ version = '0.3.0 ' ,
1212 description = 'Core components for plugin system in repomate' ,
1313 long_description = readme ,
1414 long_description_content_type = 'text/markdown' ,
1515 author = 'Simon Larsén' ,
16161717 url = 'https://github.com/slarse/repomate-plug' ,
18- download_url = 'https://github.com/slarse/repomate-plug/archive/v0.2.1 .tar.gz' ,
18+ download_url = 'https://github.com/slarse/repomate-plug/archive/v0.3.0 .tar.gz' ,
1919 license = 'MIT' ,
2020 packages = find_packages (exclude = ('tests' , 'docs' )),
2121 tests_require = test_requirements ,
You can’t perform that action at this time.
0 commit comments