Skip to content

Commit

Permalink
Declare v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorDalek1963 committed Jan 17, 2023
1 parent 8513eb8 commit 2d49c7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2023-01-17

### Fixed

- The parser used to get confused by anonymous matrices, so something like `[1 2; -3 -1]^2`
Expand Down
2 changes: 1 addition & 1 deletion src/lintrans/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
from . import (crash_reporting, global_settings, gui, matrices, typing_,
updating)

__version__ = '0.4.1-alpha'
__version__ = '0.4.1'

__all__ = ['crash_reporting', 'global_settings', 'gui', 'matrices', 'typing_', 'updating', '__version__']

0 comments on commit 2d49c7d

Please sign in to comment.