Skip to content

Commit

Permalink
Bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Sep 9, 2024
1 parent c6a00a9 commit e08cca8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!-- towncrier release notes start -->

## [0.1.0](https://github.com/gdsfactory/autosweep/releases/tag/v0.1.0) - 2024-09-09

No significant changes.


## [0.0.3](https://github.com/gdsfactory/autosweep/releases/tag/v0.0.3) - 2023-09-18


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AutoSweep Test Framework 0.0.3
# AutoSweep Test Framework 0.1.0

The AutoSweep project is designed to run automated device testing.
It's designed to be highly modular, giving a framework with which to organize test sequences and manage instruments, while keeping track of device metadata, saving raw data, generating reports and handling errors.
Expand Down
2 changes: 1 addition & 1 deletion autosweep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
register_classes(optical)
register_classes(tests)

__version__ = "0.0.3"
__version__ = "0.1.0"

__all__ = [
"init_logger",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ license = {file = "LICENSE"}
name = "autosweep"
readme = "README.md"
requires-python = ">=3.10"
version = "0.0.3"
version = "0.1.0"

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -138,7 +138,7 @@ message_template = "Bump to {new_version}"
tag_template = "v{new_version}"

[tool.tbump.version]
current = "0.0.3"
current = "0.1.0"
# Example of a semver regexp.
# Make sure this matches current_version before
# using tbump
Expand Down

0 comments on commit e08cca8

Please sign in to comment.