From 54afa0bc097cd00746ac972b254be9e5cac5ca56 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Tue, 18 Jun 2024 00:00:54 +0200 Subject: [PATCH] Up version (#117) --- Makefile | 2 +- fake.py | 2 +- pyproject.toml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d567bd2..c3fa991 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Update version ONLY here -VERSION := 0.7.1 +VERSION := 0.7.2 SHELL := /bin/bash # Makefile for project VENV := ~/.virtualenvs/fake.py/bin/activate diff --git a/fake.py b/fake.py index 78ac5c4..566b011 100644 --- a/fake.py +++ b/fake.py @@ -48,7 +48,7 @@ from uuid import UUID __title__ = "fake.py" -__version__ = "0.7.1" +__version__ = "0.7.2" __author__ = "Artur Barseghyan " __copyright__ = "2023-2024 Artur Barseghyan" __license__ = "MIT" diff --git a/pyproject.toml b/pyproject.toml index 5d5273a..dc8217d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "fake.py" description = "Minimalistic, standalone alternative fake data generator with no dependencies." readme = "README.rst" -version = "0.7.1" +version = "0.7.2" dependencies = [] authors = [ {name = "Artur Barseghyan", email = "artur.barseghyan@gmail.com"}, @@ -149,7 +149,6 @@ ignore-path = [ ] [tool.pytest.ini_options] -minversion = "0.7.1" addopts = [ "-ra", "-vvv",