Skip to content

Commit e412743

Browse files
Merge pull request #6 from mantidproject/missing_package
Fix typo in import
2 parents ca8191b + d1cce8c commit e412743

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

livereduce.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Summary: %{summary}
77
Name: python-%{srcname}
8-
Version: 1.8
8+
Version: 1.9
99
Release: %{release}%{?dist}
1010
Source0: %{srcname}-%{version}.tar.gz
1111
License: MIT

scripts/livereduce.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import pyinotify
1111
from mantid.simpleapi import StartLiveData
1212
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
1414

1515
# ##################
1616
# configure logging

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="livereduce",
5-
version="1.8",
5+
version="1.9",
66
description="Need a description",
77
author="Pete Peterson",
88
author_email="petersonpf@ornl.gov",

0 commit comments

Comments
 (0)