Skip to content

Commit

Permalink
Merge pull request #118 from barseghyanartur/dev
Browse files Browse the repository at this point in the history
Up version (#117)
  • Loading branch information
barseghyanartur committed Jun 17, 2024
2 parents aa5bf83 + 54afa0b commit 59be838
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion fake.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
from uuid import UUID

__title__ = "fake.py"
__version__ = "0.7.1"
__version__ = "0.7.2"
__author__ = "Artur Barseghyan <artur.barseghyan@gmail.com>"
__copyright__ = "2023-2024 Artur Barseghyan"
__license__ = "MIT"
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down Expand Up @@ -149,7 +149,6 @@ ignore-path = [
]

[tool.pytest.ini_options]
minversion = "0.7.1"
addopts = [
"-ra",
"-vvv",
Expand Down

0 comments on commit 59be838

Please sign in to comment.