File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Summary: %{summary }
7
7
Name: python-%{srcname }
8
- Version: 1.8
8
+ Version: 1.9
9
9
Release: %{release }%{?dist }
10
10
Source0: %{srcname }-%{version }.tar.gz
11
11
License: MIT
Original file line number Diff line number Diff line change 10
10
import pyinotify
11
11
from mantid .simpleapi import StartLiveData
12
12
from mantid .utils .logging import log_to_python as mtd_log_to_python
13
- from packging .version import parse as parse_version
13
+ from packaging .version import parse as parse_version
14
14
15
15
# ##################
16
16
# configure logging
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "livereduce" ,
5
- version = "1.8 " ,
5
+ version = "1.9 " ,
6
6
description = "Need a description" ,
7
7
author = "Pete Peterson" ,
8
8
author_email = "petersonpf@ornl.gov" ,
You can’t perform that action at this time.
0 commit comments