Skip to content

Commit

Permalink
Merge pull request #6 from mantidproject/missing_package
Browse files Browse the repository at this point in the history
Fix typo in import
  • Loading branch information
peterfpeterson authored May 2, 2023
2 parents ca8191b + d1cce8c commit e412743
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion livereduce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Summary: %{summary}
Name: python-%{srcname}
Version: 1.8
Version: 1.9
Release: %{release}%{?dist}
Source0: %{srcname}-%{version}.tar.gz
License: MIT
Expand Down
2 changes: 1 addition & 1 deletion scripts/livereduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import pyinotify
from mantid.simpleapi import StartLiveData
from mantid.utils.logging import log_to_python as mtd_log_to_python
from packging.version import parse as parse_version
from packaging.version import parse as parse_version

# ##################
# configure logging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="livereduce",
version="1.8",
version="1.9",
description="Need a description",
author="Pete Peterson",
author_email="[email protected]",
Expand Down

0 comments on commit e412743

Please sign in to comment.