Skip to content

Commit

Permalink
bump version in setup.py and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Jun 12, 2024
1 parent 5ddcd9d commit 16f71f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyoperon"
version = "0.3.6"
version = "0.4.0"
authors = [
{ name = "Bogdan Burlacu", email="bogdan.burlacu@pm.me" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="pyoperon",
version="0.3.6",
version="0.4.0",
description="python bindings for the operon library",
author='Bogdan Burlacu',
packages=['pyoperon'],
Expand Down

0 comments on commit 16f71f1

Please sign in to comment.