Skip to content

Commit 828c9ff

Browse files
committed
bumped to 0.9.2
1 parent 32d067e commit 828c9ff

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.1
2+
current_version = 0.9.2
33
commit = True
44
tag = True
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
SPDX-License-Identifier: MIT
1010

11-
version="0.9.1"
11+
version="0.9.2"
1212

1313

1414
Introduction

elmclient/__meta__.py

Lines changed: 1 addition & 1 deletion
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.9.1'
12+
version = '0.9.2'
1313
license = 'MIT'
1414
author_name = 'Ian Barnard'
1515
author_mail = '[email protected]'

setup.py

Lines changed: 2 additions & 2 deletions
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.9.1",
19+
version="0.9.2",
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",
@@ -31,7 +31,7 @@
3131
],
3232
packages=["elmclient", "elmclient.examples", "elmclient.examples.basic","elmclient.tests"],
3333
include_package_data=True,
34-
install_requires=['CacheControl==0.12.6','anytree==2.8.0',"colorama==0.4.4","cryptography==3.4.4",'lark_parser==0.12.0','lockfile==0.12.2','lxml==4.7.1',"openpyxl == 3.0.9","python-dateutil==2.8.2", "pytz==2021.3", "requests>=2.24.0","requests_toolbelt>=0.9.1",'tqdm==4.56.2','urllib3==1.25.11',"twin", "bump2version", "twine"],
34+
install_requires=['CacheControl==0.12.6','anytree==2.8.0',"colorama==0.4.4","cryptography==3.4.4",'lark_parser==0.12.0','lockfile==0.12.2','lxml==4.7.1',"openpyxl == 3.0.9","python-dateutil==2.8.2", "pytz==2021.3", "requests>=2.24.0","requests_toolbelt>=0.9.2",'tqdm==4.56.2','urllib3==1.25.11',"twin", "bump2version", "twine"],
3535
entry_points={
3636
"console_scripts": [
3737
"oslcquery=elmclient.examples.oslcquery:main",

0 commit comments

Comments
 (0)