Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiop committed Jul 27, 2022
1 parent 90e3ec8 commit 98948f1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
70 changes: 35 additions & 35 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)?
Expand All @@ -19,49 +19,49 @@ long_description = file: README.md
log_description_content_type = text/markdown
url = attr: dot.__url__
license = BSD 3-Clause License
classifiers =
Programming Language :: Python :: 3.8
classifiers =
Programming Language :: Python :: 3.8

[options]
package_dir =
= src
package_dir =
= src
packages = find:
python_requires = >=3.8,<3.9
install_requires =
click
dlib
face_alignment
kornia
mediapipe
numpy
onnxruntime
opencv-contrib-python
opencv_python
Pillow
protobuf
PyYAML
requests
scikit_image
scipy
torch
torchvision
install_requires =
click
dlib
face_alignment
kornia
mediapipe
numpy
onnxruntime
opencv-contrib-python
opencv_python
Pillow
protobuf
PyYAML
requests
scikit_image
scipy
torch
torchvision

[options.extras_require]
dev =
black
bumpversion
flake8
ipdb
ipython
isort
pre-commit
pytest
pytest-cov
types-PyYAML
black
bumpversion
flake8
ipdb
ipython
isort
pre-commit
pytest
pytest-cov
types-PyYAML

[options.packages.find]
where = src

[options.entry_points]
console_scripts =
dot = dot.__main__:main
console_scripts =
dot = dot.__main__:main
2 changes: 1 addition & 1 deletion src/dot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from .dot import DOT

__version__ = "1.0.0"
__version__ = "1.1.0"
__author__ = "Sensity"
__url__ = "https://github.com/sensity-ai/dot/tree/main/dot"
__docs__ = "Deepfake offensive toolkit"
Expand Down

0 comments on commit 98948f1

Please sign in to comment.