Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoFerreira committed Nov 15, 2023
1 parent 2149967 commit 934e0f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.5
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Bernardo Ferreira'
copyright = '2020, Bernardo Ferreira'
version = '1.0'
release = '1.0.4'
release = '1.0.5'


# -- General configuration ----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/cratepy/ioput/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def displayinfo(code, *args, **kwargs):
elif code == '0':
arguments = \
['CRATE - Clustering-based Nonlinear Analysis of Materials',
'Created by Bernardo P. Ferreira', 'Release 1.0.4 (Oct 2023)'] \
'Created by Bernardo P. Ferreira', 'Release 1.0.5 (Oct 2023)'] \
+ 2*[args[0], ] + list(args[1:3])
info = tuple(arguments)
template = '\n' + colorama.Fore.WHITE + tilde_line \
Expand Down

0 comments on commit 934e0f5

Please sign in to comment.