Skip to content

Commit

Permalink
increase version and update maintainers (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixT2K authored Aug 7, 2023
1 parent f211475 commit 95857cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ authors = [{name = "Mindee", email = "[email protected]"}]
maintainers = [
{name = "François-Guillaume Fernandez"},
{name = "Charles Gaillard"},
{name = "Olivier Dulcy"},
{name = "Felix Dittrich"},
]
readme = "README.md"
requires-python = ">=3.8.0,<4"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import setup

PKG_NAME = "python-doctr"
VERSION = os.getenv("BUILD_VERSION", "0.6.1a0")
VERSION = os.getenv("BUILD_VERSION", "0.7.0a0")


if __name__ == "__main__":
Expand Down

0 comments on commit 95857cf

Please sign in to comment.