Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
msbentsen committed Mar 1, 2023
1 parent 5310e3a commit d3def4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.0.4 (in progress)
-------------------
- Fix for floating-point error handling (#55)

1.0.3 (23-01-2023)
------------------
- Added pyproject.toml to fix error introduced in 1.0.2 when installing with pip
Expand Down
2 changes: 1 addition & 1 deletion tfcomb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from importlib import import_module

__version__ = "1.0.3"
__version__ = "1.0.4-b"

#Set classes to be available directly from upper tfcomb, i.e. "from tfcomb import CombObj"
global_classes = ["tfcomb.objects.CombObj",
Expand Down

0 comments on commit d3def4c

Please sign in to comment.