Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
avgcampos committed Dec 30, 2023
1 parent 77e63cc commit b151489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions myfempy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
from .core.harmonicforced import HarmonicForced

# fea analysis
from .setup.feaanalysis import FEANewAnalysis
from .setup.feaanalysis import newAnalysis

# ==========================================================
# __author__ = pkg_resources.get_distribution('myfempy').authors
# __copyright__ = "Copyright @ 2023, Antonio Vinicius Garcia Campos"
# __license__ = pkg_resources.get_distribution('myfempy').license
# __website__ = pkg_resources.get_distribution('myfempy').homepage
__version__ = 'dev' #pkg_resources.get_distribution('myfempy').version
__version__ = '0.2.0' #pkg_resources.get_distribution('myfempy').version
# ==========================================================
__all__ = ["FEANewAnalysis", "StaticLinear", "ModalLinear", "HarmonicForced", "__version__"]
__all__ = ["newAnalysis", "StaticLinear", "ModalLinear", "HarmonicForced", "__version__"]
# ==========================================================
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

[project]
name = "myfempy"
version = "0.3.0"
version = "0.2.0"
description = "This is a simple new version **myfempy** project to analysis only a 2D elasticity plane stress problem with OOP."
authors = [
{name = "Antonio Campos", email = "antviniciuscampos@gmail.com"},
Expand Down

0 comments on commit b151489

Please sign in to comment.