Skip to content

Commit

Permalink
Updated setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibraMax committed Mar 21, 2021
1 parent 684812c commit 9b7453e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FEM/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .PlaneStressNonLocal import *
from .PlaneStrain import *

__version__ = "1.0.2"
__version__ = "1.0.3"
__author__ = "Arturo Rodriguez - da.rodriguezh@uniandes.edu.co"

__all__ = ["Elements", "Core", "Torsion2D", "EDO1D", "EulerBernoulliBeam",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
EMAIL = 'da.rodriguezh@uniandes.edu.co'
AUTHOR = 'Arturo Rodriguez'
REQUIRES_PYTHON = '>=3.6.0'
VERSION = "1.0.2"
VERSION = "1.0.3"

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down

0 comments on commit 9b7453e

Please sign in to comment.