Skip to content

Commit 67fe06e

Browse files
committed
Bumping version from 0.1.0 to 0.2.0
1 parent 6212c6e commit 67fe06e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[tool.poetry]
22
name = "tinyfilemanager"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Python Client / SDK for tinyfilemanager"
55
authors = ["hexatester <hexatester@protonmail.com>"]
66
readme = "README.md"
77
keywords = ["tinyfilemanager"]
88
classifiers=[
9-
"Development Status :: 1 - Planning",
9+
"Development Status :: 2 - Pre-Alpha",
1010
"License :: OSI Approved :: MIT License",
1111
"Operating System :: OS Independent",
1212
"Intended Audience :: Developers",
13-
"Topic :: Communications :: File Sharing",
13+
"Topic :: Communications",
1414
"Programming Language :: Python :: 3",
1515
"Programming Language :: Python :: 3.6",
1616
"Programming Language :: Python :: 3.7",

tests/test_tinyfilemanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.1.0"
5+
assert __version__ == "0.2.0"

tinyfilemanager/version.py

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

0 commit comments

Comments
 (0)