Skip to content

Commit

Permalink
fix classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ember Chow committed Jul 20, 2022
1 parent 75251aa commit 1cde95b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 1cde95b

Please sign in to comment.