Skip to content

Commit

Permalink
Renamed to pytest-messenger
Browse files Browse the repository at this point in the history
  • Loading branch information
LaserPhaser committed Dec 15, 2020
1 parent 98df3e7 commit 142a409
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pytest-messenger
=================

ex pytest-messenger
ex pytest-slack

.. image:: https://img.shields.io/pypi/v/pytest-messenger.svg
:target: https://pypi.python.org/pypi/pytest-messenger
Expand Down
2 changes: 1 addition & 1 deletion pytest_messenger/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.3.1'
__version__ = '3.0.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.1
current_version = 3.0.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/pytest-dev/pytest-messenger',
version='2.3.1',
version='3.0.0',
zip_safe=False,
entry_points={
'pytest11': [
Expand Down

0 comments on commit 142a409

Please sign in to comment.