Skip to content

Commit

Permalink
Bumps up version for v0.14.0 release.
Browse files Browse the repository at this point in the history
Co-authored-by: Giles Thomas <[email protected]>
Co-authored-by: Piotr Kaznowski <[email protected]>
  • Loading branch information
3 people committed Jul 11, 2024
1 parent e48738f commit 9a9b81f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pythonanywhere/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.0"
__version__ = "0.14.0"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pytest==8.2.2
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-mypy==0.10.3
pythonanywhere_core==0.1.9
pythonanywhere_core==0.1.10
requests==2.32.3
responses==0.25.3
schema==0.7.2
Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="pythonanywhere",
version="0.13.0",
version="0.14.0",
description="PythonAnywhere helper tools for users",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -28,7 +28,10 @@
"Programming Language :: Python :: 3.8",
],
keywords="pythonanywhere api cloud web hosting",
packages=["cli", "pythonanywhere", ],
packages=[
"cli",
"pythonanywhere",
],
install_requires=[
"docopt",
"packaging",
Expand Down

0 comments on commit 9a9b81f

Please sign in to comment.