Skip to content

Commit 9c3a6b3

Browse files
committed
[UPDATE] bump version to 0.1.2-beta
1 parent 6a610ec commit 9c3a6b3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[metadata]
22
name = biocatalyzer
3-
version = 0.1.1-beta
3+
version = 0.1.2-beta
44
description = BioCatalyzer: a rule-based tool to predict compound metabolism
55
long_description = file: README.md
66
long_description_content_type = text/markdown
77
keywords = reaction-rules, metabolism, enzymatic-reactions, chemoinformatics, cheminformatics
88
author = João Correia
99
author_email = jfscorreia95@gmail.com
1010
url = https://github.com/jcorreia11/BioCatalyzer
11-
download_url = https://github.com/jcorreia11/BioCatalyzer/archive/refs/tags/v0.1.1-beta.tar.gz
11+
download_url = https://github.com/jcorreia11/BioCatalyzer/archive/refs/tags/v0.1.2-beta.tar.gz
1212
license = MIT
1313
license_file = LICENSE
1414
platforms = unix, linux, osx, cygwin, win32

src/biocatalyzer/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
from .bioreactor import BioReactor
22
from .matcher import MSDataMatcher
3+
4+
__version__ = '0.1.2-beta'

0 commit comments

Comments
 (0)