Skip to content

Commit fa9c13b

Browse files
committed
bump version to-> < 0.52.0 >
1 parent 3aca92a commit fa9c13b

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
copyright = '2025, Xiaoyu Zhang'
1010
author = 'Xiaoyu Zhang'
1111

12-
release = "0.51.6"
12+
release = "0.52.0"
1313

1414
# -- General configuration
1515

justfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,11 @@ push-code:
3434

3535
live-doc:
3636
echo "Live Doc"
37-
sphinx-autobuild docs/source docs/build/html --open-browser --watch docs/source
37+
sphinx-autobuild docs/source docs/build/html --open-browser --watch docs/source
38+
39+
publish env version:
40+
echo "Pushing to PyPI {{env}}"
41+
just test
42+
just update-version {{version}}
43+
just tag {{env}} {{version}}
44+
just push-code

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies = [
3737
"more-itertools",
3838
"xlsxwriter",
3939
"faker",
40+
"numpy-financial",
4041
]
4142

4243

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ graphviz
1313
dateparser
1414
more-itertools
1515
pytest-notebook
16+
numpy-financial

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ install_requires =
4646
more-itertools
4747
lenses
4848
xlsxwriter
49+
numpy-financial
4950

5051
[tool:pytest]
5152
minversion = 6.0

0 commit comments

Comments
 (0)