Skip to content

Commit

Permalink
increment verrsion
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkowalk committed Dec 15, 2024
1 parent 8ec8ee5 commit 88cacc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![GitHub License](https://img.shields.io/github/license/davidkowalk/fitting_toolkit)
![Version](https://img.shields.io/badge/version-1.0.2-green)
![Version](https://img.shields.io/badge/version-1.0.3-green)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/davidkowalk/fitting_toolkit)
![GitHub Repo stars](https://img.shields.io/github/stars/davidkowalk/fitting_toolkit?style=flat&label=github%20stars)
![PyPI - Downloads](https://img.shields.io/pypi/dm/fitting-toolkit?label=pip%20installs)\
Expand Down
2 changes: 1 addition & 1 deletion package_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


# Fitting Toolkit
This toolkit aims at providing flexible and powerful tools for data analysis and modelling, but remain easy to use.
This toolkit aims at providing flexible and powerful tools for preliminary data analysis and modelling, but remain easy to use.
This toolkit is aimed primarily at my peers, students of physics at the university of bonn, and to a degree at professionals within my field. I am optimizing this toolkit to be used on the scale typical of lab courses and homework assignments but if possible it should be powerful enough to run decently sized datasets on an average laptop.

This package wraps numpy for fast data management and manipulation, scipy for `curve_fit()` and matplotlib for display options.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name = "fitting_toolkit",
version = "1.0.2",
version = "1.0.3",
package_dir={"": "src"},
packages=[""],
long_description=description,
Expand Down

0 comments on commit 88cacc5

Please sign in to comment.