openforcefield / openff-models

Helper classes for Pydantic compatibility in the OpenFF stack
MIT License
3 stars 2 forks source link

Set `__version__` #12

Closed mattwthompson closed 1 year ago

mattwthompson commented 1 year ago

Fixes #11


git checkout init-version && python -m pip install -e . && python -c "from openff.models import __version__; print(__version__)"                                 10:14:27  ☁  97f7327 ☀
Previous HEAD position was 97f7327 Merge pull request #10 from mattwthompson/dependabot/github_actions/actions/checkout-3
Switched to branch 'init-version'
Obtaining file:///Users/mattthompson/software/openff-models
  Preparing metadata (setup.py) ... done
Installing collected packages: openff-models
  Attempting uninstall: openff-models
    Found existing installation: openff-models 0.0.0
    Uninstalling openff-models-0.0.0:
      Successfully uninstalled openff-models-0.0.0
  Running setup.py develop for openff-models
Successfully installed openff-models-0.0.0+2.ga0d00b1
0.0.0+2.ga0d00b1
codecov-commenter commented 1 year ago

Codecov Report

Base: 94.78% // Head: 94.69% // Decreases project coverage by -0.09% :warning:

Coverage data is based on head (a16c87c) compared to base (8739566). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12 +/- ## ========================================== - Coverage 94.78% 94.69% -0.10% ========================================== Files 3 3 Lines 115 113 -2 ========================================== - Hits 109 107 -2 Misses 6 6 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `94.69% <ø> (-0.10%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openforcefield#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/openforcefield/openff-models/pull/12?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openforcefield) | Coverage Δ | | |---|---|---| | [openff/models/exceptions.py](https://codecov.io/gh/openforcefield/openff-models/pull/12/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openforcefield#diff-b3BlbmZmL21vZGVscy9leGNlcHRpb25zLnB5) | `100.00% <ø> (ø)` | | | [openff/models/types.py](https://codecov.io/gh/openforcefield/openff-models/pull/12/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openforcefield#diff-b3BlbmZmL21vZGVscy90eXBlcy5weQ==) | `94.05% <ø> (-0.12%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openforcefield). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openforcefield)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.