Skip to content

Commit

Permalink
Add vis for 4th order tensors
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoguaro committed Jul 2, 2020
1 parent 48dbef7 commit 0c4b3ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Expand Up @@ -32,7 +32,8 @@

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode',
'sphinx.ext.imgconverter']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,6 +44,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/nicoguaro/continuum_mechanics',
version='0.2.0',
version='0.2.1',
zip_safe=False,
)

0 comments on commit 0c4b3ce

Please sign in to comment.