Skip to content

Commit

Permalink
Bumped to version 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-noel committed Sep 13, 2024
1 parent cd58c45 commit 28e1838
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.8" %}
{% set version = "0.8.9" %}
package:
name: '{{ name|lower }}'
version: '{{ version }}'
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8.6'
version = '0.8.9'
# The full version, including alpha/beta/rc tags.
release = '0.8.6'
release = '0.8.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description = (this_directory / "description.rst").read_text()

setup(name='maboss',
version="0.8.8",
version="0.8.9",
packages=find_packages(exclude=["test"]),
py_modules = ["maboss_setup"],
author="Vincent Noël, Loic Paulevé, Aurelien Naldi and Nicolas Levy",
Expand Down

0 comments on commit 28e1838

Please sign in to comment.