Skip to content

Commit 16f71f1

Browse files
committed
bump version in setup.py and pyproject.toml
1 parent 5ddcd9d commit 16f71f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyoperon"
3-
version = "0.3.6"
3+
version = "0.4.0"
44
authors = [
55
{ name = "Bogdan Burlacu", email="[email protected]" },
66
]

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="pyoperon",
12-
version="0.3.6",
12+
version="0.4.0",
1313
description="python bindings for the operon library",
1414
author='Bogdan Burlacu',
1515
packages=['pyoperon'],

0 commit comments

Comments
 (0)