Skip to content

Commit d849abf

Browse files
committed
🔖 preparing for v0.1.9 release
1 parent 258cbb5 commit d849abf

4 files changed

+4
-4
lines changed

.logs/coverage.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ TOTAL 157 1 28 1 99%
2626

2727
Required test coverage of 50.0% reached. Total coverage: 98.92%
2828

29-
============================== 20 passed in 2.00s ==============================
29+
============================== 20 passed in 1.35s ==============================

.logs/dependencies.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Installing dependencies from lock file
22

33
No dependencies to install or update
44

5-
Installing the current project: pycvcqv (0.1.8)
5+
Installing the current project: pycvcqv (0.1.9)

cookiecutter-config-file.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ default_context:
88
minimal_python_version: 3.7
99
github_name: "MaaniBeigy"
1010
11-
version: "0.1.8"
11+
version: "0.1.9"
1212
line_length: "88"
1313
create_example_template: "none"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55

66
[tool.poetry]
77
name = "pycvcqv"
8-
version = "0.1.8"
8+
version = "0.1.9"
99
description = "Coefficient of Variation (CV) and Coefficient of Quartile Variation (CQV) with Confidence Intervals (CI) "
1010
readme = "README.md"
1111
authors = ["MaaniBeigy <[email protected]>"]

0 commit comments

Comments
 (0)