Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed May 12, 2020
1 parent cc6cf76 commit 06c04b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'Simon Brunning'

# The short X.Y version
version = '2.2'
version = '2.4'
# The full version, including alpha/beta/rc tags
release = '2.3.0'
release = '2.4.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
setup(
name="brunns-matchers",
zip_safe=False,
version="2.3.0",
version="2.4.0",
description="Custom PyHamcrest matchers",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -49,7 +49,7 @@
python_requires=">=3.5",
install_requires=[
"furl~=2.0",
"pyhamcrest>=1.9,<3.0",
"pyhamcrest~=2.0",
"pytest>=4.0,<6.0",
"beautifulsoup4~=4.0",
"brunns-row~=2.0",
Expand Down

0 comments on commit 06c04b2

Please sign in to comment.