Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 4, 2024
1 parent 02b8f13 commit 200e643
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.1.4 (2024-11-04)

### Fix

* fix: Fixes readme extension heuristic ([`02b8f13`](https://github.com/UCSD-E4E/e4e-data-management/commit/02b8f13713b60f8110f1f5cbeef9e9ac31f03e70))

## v0.1.3 (2024-10-09)

### Unknown
Expand Down
2 changes: 1 addition & 1 deletion e4e_data_management/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'''E4E Data Management Tools
'''
__version__ = '0.1.3'
__version__ = '0.1.4'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "e4e-data-management"
version = "0.1.3"
version = "0.1.4"
description = "E4E Data Management Tool (Python)"
authors = [
"Nathan Hui <[email protected]>",
Expand Down

0 comments on commit 200e643

Please sign in to comment.