File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1919 python --version
2020 python -m pip install --upgrade pip
2121 pip install setuptools wheel twine
22+ pip install numpy==2.3.1
2223 - name : Build and publish
2324 env :
2425 TWINE_USERNAME : ${{ secrets.TWINE_USERNAME }}
Original file line number Diff line number Diff line change 55 given-names : " Thomas Andrew"
66 orcid : " https://orcid.org/0000-0001-8962-8571"
77title : " Fast Stylometry (Computer software)"
8- version : 1.0.10
8+ version : 1.0.11
99doi : 10.5281/zenodo.11096941
1010date-released : 2024-05-01
1111url : " https://fastdatascience.com/fast-stylometry-python-library"
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ A BibTeX entry for LaTeX users is:
212212```
213213@software{faststylometry,
214214 author = {Wood, T.A.},
215- title = {Fast Stylometry (Computer software), Version 1.0.10 },
215+ title = {Fast Stylometry (Computer software), Version 1.0.11 },
216216 year = {2024},
217217 url = {https://fastdatascience.com/fast-stylometry-python-library/},
218218 doi = {10.5281/zenodo.11096941},
Original file line number Diff line number Diff line change 2727
2828'''
2929
30- __version__ = "1.0.10 "
30+ __version__ = "1.0.11 "
3131
3232
3333from faststylometry .corpus import Corpus
Original file line number Diff line number Diff line change 5252with open ("pyproject.toml" , "w" , encoding = "utf-8" ) as f :
5353 f .write ("\n " .join (pyproject_lines ))
5454
55- import os
56- os .system (f'git add src/faststylometry/__init__.py CITATION.cff README.md pyproject.toml && git commit -m "Update version to { new_version } "' )
55+ # import os
56+ # os.system(f'git add src/faststylometry/__init__.py CITATION.cff README.md pyproject.toml && git commit -m "Update version to {new_version}"')
You can’t perform that action at this time.
0 commit comments