Skip to content

Commit 835cc55

Browse files
committed
Bump version: 0.6.1 → 0.7.0
1 parent bbb0328 commit 835cc55

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.1
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
SPDX-License-Identifier: MIT
1010

11-
version="0.6.1"
11+
version="0.7.0"
1212

1313

1414
Introduction

elmclient/__meta__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
app = 'elmoslcquery'
1111
description = 'Commandline OSLC query for ELM'
12-
version = '0.6.1'
12+
version = '0.7.0'
1313
license = 'MIT'
1414
author_name = 'Ian Barnard'
1515
author_mail = '[email protected]'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# This call to setup() does all the work
1717
setup(
1818
name="elmclient",
19-
version="0.6.1",
19+
version="0.7.0",
2020
description="Python client for ELM with examples of OSLC Query, ReqIF import/export, Reportable REST, and more",
2121
long_description=README,
2222
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)