Skip to content

Commit d83aab4

Browse files
committed
Bump version
1 parent 9cb5f2f commit d83aab4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pytest_slack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.3.0'
1+
__version__ = '2.3.1'

setup.cfg

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
test_suite='tests',
4949
tests_require=test_requirements,
5050
url='https://github.com/pytest-dev/pytest-slack',
51-
version='2.3.0',
51+
version='2.3.1',
5252
zip_safe=False,
5353
entry_points={
5454
'pytest11': [

0 commit comments

Comments
 (0)