Skip to content

Commit 5136651

Browse files
committed
0.1
1 parent 9b3201e commit 5136651

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

CHANGES.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.1.0] - 2022-03-22
10+
## [0.1.0] - 2024-06-14
1111

12-
### Added
13-
14-
### Changed
15-
16-
### Removed
12+
First release

ecoinvent_migrate/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"generate_biosphere_mapping",
77
)
88

9-
__version__ = "0.0.1"
9+
__version__ = "0.1.0"
1010

11-
from .main import generate_technosphere_mapping, generate_biosphere_mapping
11+
from .main import generate_biosphere_mapping, generate_technosphere_mapping

0 commit comments

Comments
 (0)