File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tinyfilemanager"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " Python Client / SDK for tinyfilemanager"
55authors = [" hexatester <hexatester@protonmail.com>" ]
66readme = " README.md"
77keywords = [" tinyfilemanager" ]
88classifiers =[
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" ,
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == "0.1 .0"
5+ assert __version__ == "0.2 .0"
Original file line number Diff line number Diff line change 1- __version__ = "0.1 .0"
1+ __version__ = "0.2 .0"
You can’t perform that action at this time.
0 commit comments