Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 302ea45

Browse files
author
Ian McCowan
committed
Bump version to 0.5.0 to prepare for release
1 parent 2ddd9c7 commit 302ea45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import setup
1010

1111

12-
VERSION = "0.4.3"
12+
VERSION = "0.5.0"
1313

1414

1515
CLASSIFIERS = [

src/azure_devtools/scenario_tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
'AccessTokenReplacer',
2626
'live_only', 'record_only',
2727
'create_random_name', 'get_sha1_hash']
28-
__version__ = '0.4.3'
28+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)