Skip to content

Commit 2ecdfc7

Browse files
Update project version to 2.3.2
1 parent 2620406 commit 2ecdfc7

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SEPHERA_VERSION = "2.3.1"
1+
SEPHERA_VERSION = "2.3.2"

pyproject.toml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
[project]
22
name = "Sephera"
3-
version = "2.3.1"
3+
version = "2.3.2"
44
description = "Count, LOC, Stat your project, easy and quickly."
55
readme = "readme.md"
6-
authors = [
7-
{ name = "Reim-developer", email = "mavis.ngoc.nguyen@gmail.com" }
8-
]
6+
authors = [{ name = "Reim-developer", email = "mavis.ngoc.nguyen@gmail.com" }]
97

108
license = { file = "LICENSE" }
119
requires-python = ">=3.10"
12-
dependencies = [
13-
"matplotlib",
14-
"rich",
15-
"PyYAML",
16-
"requests",
17-
"tabulate"
18-
]
10+
dependencies = ["matplotlib", "rich", "PyYAML", "requests", "tabulate"]
1911

2012
[project.scripts]
2113
sephera = "main:main"
@@ -31,7 +23,13 @@ Repository = "https://github.com/Reim-developer/Sephera"
3123

3224
[tool.hatch.build.targets.wheel]
3325
packages = [
34-
"sephera", "etc", "utils",
35-
"main.py", "command.py", "handler.py",
36-
"data", "datalyzer", "__version__.py"
26+
"sephera",
27+
"etc",
28+
"utils",
29+
"main.py",
30+
"command.py",
31+
"handler.py",
32+
"data",
33+
"datalyzer",
34+
"__version__.py",
3735
]

0 commit comments

Comments
 (0)