semantic-release commited on
Commit
d0cef8b
1 Parent(s): 566f3c9

Automatically generated by python-semantic-release [skip ci]

Files changed (2) hide show
  1. CHANGELOG.md +10 -0
  2. pyproject.toml +1 -1
CHANGELOG.md CHANGED
@@ -1,7 +1,17 @@
1
  # CHANGELOG
2
 
 
 
 
 
 
 
3
  ## v0.0.0 (2024-07-11)
4
 
5
  ### Unknown
6
 
 
 
 
 
7
  * Initial commit ([`e284167`](https://github.com/TattaBio/DGEB/commit/e284167a0ba903d0563b4573ec14354c4af45ad6))
 
1
  # CHANGELOG
2
 
3
+ ## v0.1.0 (2024-07-11)
4
+
5
+ ### Feature
6
+
7
+ * feat: Launch ([`566f3c9`](https://github.com/TattaBio/DGEB/commit/566f3c9a624634a565e22f9e31d3ac80444fe720))
8
+
9
  ## v0.0.0 (2024-07-11)
10
 
11
  ### Unknown
12
 
13
+ * 0.0.0
14
+
15
+ Automatically generated by python-semantic-release [skip ci] ([`bb1a637`](https://github.com/TattaBio/DGEB/commit/bb1a6378a29f6270a82fbcf29f3daf5f1343bc04))
16
+
17
  * Initial commit ([`e284167`](https://github.com/TattaBio/DGEB/commit/e284167a0ba903d0563b4573ec14354c4af45ad6))
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
 
5
  [project]
6
  name = "dgeb"
7
- version = "0.0.0"
8
  description = "Diverse Genomic Embedding Benchmark"
9
  readme = "README.md"
10
  license = { file = "LICENSE" }
 
4
 
5
  [project]
6
  name = "dgeb"
7
+ version = "0.1.0"
8
  description = "Diverse Genomic Embedding Benchmark"
9
  readme = "README.md"
10
  license = { file = "LICENSE" }