Skip to content

Commit 9a9b81f

Browse files
filiplajszczakgpjtcaseneuve
committed
Bumps up version for v0.14.0 release.
Co-authored-by: Giles Thomas <[email protected]> Co-authored-by: Piotr Kaznowski <[email protected]>
1 parent e48738f commit 9a9b81f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

pythonanywhere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.13.0"
1+
__version__ = "0.14.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pytest==8.2.2
88
pytest-cov==5.0.0
99
pytest-mock==3.14.0
1010
pytest-mypy==0.10.3
11-
pythonanywhere_core==0.1.9
11+
pythonanywhere_core==0.1.10
1212
requests==2.32.3
1313
responses==0.25.3
1414
schema==0.7.2

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="pythonanywhere",
12-
version="0.13.0",
12+
version="0.14.0",
1313
description="PythonAnywhere helper tools for users",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
@@ -28,7 +28,10 @@
2828
"Programming Language :: Python :: 3.8",
2929
],
3030
keywords="pythonanywhere api cloud web hosting",
31-
packages=["cli", "pythonanywhere", ],
31+
packages=[
32+
"cli",
33+
"pythonanywhere",
34+
],
3235
install_requires=[
3336
"docopt",
3437
"packaging",

0 commit comments

Comments
 (0)