Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
none committed Feb 1, 2024
1 parent 19feaa0 commit a832838
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion micro_file_server/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Flask indexer and micro file server without dependencies."""

__version__ = "0.1.3"
__version__ = "0.1.4"
8 changes: 5 additions & 3 deletions micro_file_server/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

# Author: Anoncheg1
# Keywords: filesharing, fileserver, httpserver, simplehttp
# URL: https://github.com/Anoncheg1/pinyin-isearch
# Version: 0.1.3
# Requires: Flask >= 2.3.2
# URL: https://github.com/Anoncheg1/micro_file_server
# Version: 0.1.4
# Requires: Flask >= 2.3.2 # use: $ pip install Flask

# License:
# This program is free software; you can redistribute it and/or modify
Expand All @@ -22,6 +22,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.



import os
import datetime
import mimetypes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "micro_file_server"
readme = "README.md"
version = "0.1.3"
version = "0.1.4"
authors = [
{ name="Anoncheg1" }
]
Expand Down

0 comments on commit a832838

Please sign in to comment.