Skip to content

Commit

Permalink
bump version to 0.1.0 - first pkg named "tetra"
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdoc committed Apr 9, 2024
1 parent 8e6d939 commit acd2617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ title: Changelog
implementing some additional functionality.
After v1.0 we will move to using [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.6] - unreleased
## [0.1.0] - unreleased
### Changes
- **New package name: tetra**
- add conditional block check within components
Expand Down
2 changes: 1 addition & 1 deletion tetra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .components import BasicComponent, Component, public
from .library import Library

__version__ = "0.0.5"
__version__ = "0.1.0"
__version_info__ = tuple([int(num) for num in __version__.split(".")])

0 comments on commit acd2617

Please sign in to comment.