Skip to content

Commit

Permalink
Merge pull request #32 from EmDash00/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
EmDash00 authored Jul 20, 2022
2 parents ec10e16 + ed6f0a9 commit e25965c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![license](https://img.shields.io/github/v/release/EmDash00/forcedimension-python?display_name=tag)

Written and Mantained By: The Rothlab at IU: Bloomington. Looking for the documentation? You can find it here:
Written and Mantained Ember Chow. Looking for the documentation? You can find it here:

https://forcedimension-python-documentation.readthedocs.io/en/latest/

Expand Down
2 changes: 1 addition & 1 deletion forcedimension/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)


__version__ = '0.1.2'
__version__ = '0.1.3'


DefaultVecType = EuclidianVector
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "forcedimension"
version = "0.1.2"
version = "0.1.3"
authors = [
{ name="Ember Chow", email="emberchow.business@gmail.com" },
]
Expand All @@ -18,7 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Operating System :: POSIX :: Linux",
"Operating System :: Windows",
"Operating System :: Microsoft :: Windows",
]

[project.optional-dependencies]
Expand Down

0 comments on commit e25965c

Please sign in to comment.