Skip to content

Commit

Permalink
build: 🔖 Start with beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Mar 17, 2023
1 parent 9cf761e commit dcc668f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "SpectraFit"
version = "1.0.0a8"
version = "1.0.0b0"
description = "Fast fitting of 2D- and 3D-Spectra with established routines"
readme = "README.md"
authors = ["Anselm Hahn <anselm.hahn@gmail.com>"]
Expand Down Expand Up @@ -76,7 +76,7 @@ exclude = ["docs/", "tools/"]
black = { extras = ["jupyter"], version = ">=22.8,<24.0" }
blacken-docs = "^1.12.1"
isort = "^5.10.1"
pre-commit = ">=2.20,<4.0"
pre-commit = "^3.2.0"
pytest = "^7.1.3"
pytest-clarity = "^1.0.1"
pytest-cov = "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion spectrafit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""SpectraFit, fast command line tool for fitting data."""
__version__ = "1.0.0a8"
__version__ = "1.0.0b0"

0 comments on commit dcc668f

Please sign in to comment.