Skip to content

Commit

Permalink
Bumped version to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-noel committed May 26, 2023
1 parent 34fcc15 commit 6157330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pyMaBoSS" %}
{% set version = "0.8.4" %}
{% set version = "0.8.5" %}
package:
name: '{{ name|lower }}'
version: '{{ version }}'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
optional_contextlib.append("contextlib2")

setup(name='maboss',
version="0.8.4",
version="0.8.5",
packages=find_packages(exclude=["test"]),
py_modules = ["maboss_setup"],
author="Nicolas Levy",
Expand Down

0 comments on commit 6157330

Please sign in to comment.