Skip to content

Commit

Permalink
Bump version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Oct 9, 2021
1 parent 12bac6e commit 9cfefb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "defity"
version = "0.2.1"
version = "0.3.0"
authors = ["Nguyễn Hồng Quân <ng.hong.quan@gmail.com>"]
license = "Apache-2.0"
homepage = "https://github.com/hongquan/Defity"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Speedy Python library to determine MIME type of file.

Defity (**De**\tect **fi**\le **ty**\pe) is a library for Python application to guess file type in a reliable way, not based on filename extension ( *\*.png*, *\*.pdf*), but on actual file content. It is like what |file|_ command and |libmagic|_ library do, but with different strategy.

Documentation: `defity.readthedocs.io`_
📕 Documentation: `defity.readthedocs.io`_


Install
Expand Down

0 comments on commit 9cfefb8

Please sign in to comment.