Skip to content

Commit

Permalink
Bump version: 0.23.9 → 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Jun 18, 2020
1 parent d9ccffc commit ceb28fa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
@@ -1,10 +1,10 @@
package:
name: scaffan
version: "0.23.9"
version: "0.24.0"

source:
# this is used for build from git hub
git_rev: 0.23.9
git_rev: 0.24.0
git_url: https://github.com/mjirik/scaffan.git

# this is used for pypi
Expand Down
2 changes: 1 addition & 1 deletion scaffan/__init__.py
@@ -1,5 +1,5 @@
# import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
__version__ = "0.23.9"
__version__ = "0.24.0"
"""
Used for scaffold analysis
"""
2 changes: 1 addition & 1 deletion scaffan/annotation.py
Expand Up @@ -17,7 +17,7 @@
import math
from read_roi import read_roi_zip

__version__ = "0.23.9"
__version__ = "0.24.0"

# def get_one_annotation(viewstate):
# titles_list = viewstate.xpath(".//title/text()")
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.23.9
current_version = 0.24.0
files = setup.py conda-recipe/meta.yaml scaffan/__init__.py scaffan/annotation.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version="0.23.9",
version="0.24.0",
url="https://github.com//scaffan",
author="Miroslav Jirik",
author_email="miroslav.jirik@gmail.com",
Expand Down

0 comments on commit ceb28fa

Please sign in to comment.