Skip to content

Commit

Permalink
bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
huettenhain committed Mar 3, 2024
1 parent d5b97cb commit 29b094b
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
@@ -1,5 +1,7 @@
# Binary Refinery Changelog

## Version 0.6.32 - bugfix release

## Version 0.6.31 - bugfix release

## Version 0.6.30 - bugfix release
Expand Down
2 changes: 1 addition & 1 deletion refinery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
4. `refinery.units`: writing custom units, add command-line arguments, and how to use refinery
units within Python code.
"""
__version__ = '0.6.31'
__version__ = '0.6.32'
__distribution__ = 'binary-refinery'

from typing import Dict, List, Optional, Type
Expand Down

0 comments on commit 29b094b

Please sign in to comment.