Skip to content

build with pip install -e . incorrectly states version number is v0.1.5 #99

@orionarcher

Description

@orionarcher

Installing from source in a fresh directory with this code:

>>> git clone [email protected]:MDAnalysis/solvation-analysis.git
>>> cd solvation-analysis 
>>>  pip install -e .

Yields an install that yields version 0.1.5.

Obtaining file:///Users/orioncohen/projects/development/solvation-analysis/temp/solvation-analysis
  Installing build dependencies ... done
  Checking if build backend supports build_editable ... done
  Getting requirements to build editable ... done
  Preparing editable metadata (pyproject.toml) ... done

... # dependencies

Building wheels for collected packages: solvation-analysis
  Building editable for solvation-analysis (pyproject.toml) ... done
  Created wheel for solvation-analysis: filename=solvation_analysis-0.1.5+168.g8dca230-0.editable-py3-none-any.whl size=29994 sha256=cd21d156a501dd3c5ec58af47272955abf1b41e6dc1601045326240671b6bfab
  Stored in directory: /private/var/folders/2f/nyqz1tfs5yj0c79rxw9f2d200000gs/T/pip-ephem-wheel-cache-d5j2dahr/wheels/4e/49/f2/b9ef1a299793ee28d3f9243154fcc50fb10bfa3e23d3bdee83
Successfully built solvation-analysis
Installing collected packages: solvation-analysis
  Attempting uninstall: solvation-analysis
    Found existing installation: solvation-analysis 0.1.5+168.g8dca230
    Uninstalling solvation-analysis-0.1.5+168.g8dca230:
      Successfully uninstalled solvation-analysis-0.1.5+168.g8dca230
Successfully installed solvation-analysis-0.1.5+168.g8dca230

I've searched the whole package for the string "0.1.5" and am really not sure what might be causing this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions