Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Dec 17, 2022
1 parent 593889f commit 80a2311
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To install mimesis, simply use pip:
Python compatibility
---------------------

Mimesis supports Python 3.8 (also PyPy 3.8), 3.9, and 3.10.
Mimesis supports Python 3.8^ (also PyPy 3.8) or higher.

The Mimesis 4.1.3 is the last to support Python 3.6 and 3.7.

Expand Down
2 changes: 1 addition & 1 deletion mimesis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"__license__",
]

__version__ = "6.1.1"
__version__ = "7.0.0"
__title__ = "mimesis"
__description__ = "Mimesis: Fake Data Generator."
__url__ = "https://github.com/lk-geimfari/mimesis"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mimesis"
version = "6.1.1"
version = "7.0.0"
description = "Mimesis: Fake Data Generator."
authors = ["Isaak Uchakaev <likid.geimfari@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 80a2311

Please sign in to comment.