Skip to content

Commit 9eaefa3

Browse files
Merge pull request #102 from julianpollmann/fix-ver-091
Update version
2 parents 010b7aa + 4b3ae42 commit 9eaefa3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "spec2vec"
3-
version = "0.8.1"
3+
version = "0.9.1"
44
description = "Word2Vec based similarity measure of mass spectrometry data."
55
authors = ["Florian Huber <florian.huber@hs-duesseldorf.de>"]
66
license = "Apache Software License 2.0"

spec2vec/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.9.0'
1+
__version__ = '0.9.1'

0 commit comments

Comments
 (0)