Skip to content

Commit d6a461d

Browse files
chore: bump version to v0.3.3
1 parent 4d4bf24 commit d6a461d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "bgcflow_wrapper"
4-
version = "0.3.2"
4+
version = "0.3.3"
55
documentation = "https://nbchub.github.io/bgcflow_wrapper"
66
repository = "https://github.com/NBChub/bgcflow_wrapper"
77
description = "A snakemake wrapper and utility tools command line interface for BGCFlow."

src/bgcflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Matin Nuhamunada"""
44
__email__ = "matinnu@biosustain.dtu.dk"
5-
__version__ = "0.3.2"
5+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)