Skip to content

Commit fc26a12

Browse files
committed
Bump minor version number
1 parent dc7726d commit fc26a12

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
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.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
setup(
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',
1616
author_email='[email protected]',
1717
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,

0 commit comments

Comments
 (0)