Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
akahles committed Apr 23, 2024
1 parent b929f46 commit c75f031
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.4
current_version = 3.0.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -45,6 +45,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/ratschlab/spladder',
version='3.0.4',
version='3.0.5',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion spladder/__init__.py
Expand Up @@ -4,4 +4,4 @@

__author__ = """Andre Kahles"""
__email__ = 'andre.kahles@inf.ethz.ch'
__version__ = '3.0.4'
__version__ = '3.0.5'

0 comments on commit c75f031

Please sign in to comment.