Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
reverendbedford committed Nov 19, 2024
1 parent 436fd6e commit f029541
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
# -- Project information -----------------------------------------------------

project = u'NEML'
copyright = u'2023, UChicago Argonne, LLC'
copyright = u'2024, UChicago Argonne, LLC'
author = u'Argonne National Laboratory'

# The short X.Y version
version = u'1.5.2'
version = u'1.5.3'
# The full version, including alpha/beta/rc tags
release = u'1.5.2'
release = u'1.5.3'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def build_extension(self, ext):
# Name of the project
name = 'neml',
# Version
version = '1.5.2',
version = '1.5.3',
# One line-description
description = "Nuclear Engineering Material model Library",
# README
Expand All @@ -99,7 +99,7 @@ def build_extension(self, ext):
'Operating System :: OS Independent'
],
# Which version of python is needed
python_requires='>=3.6',
python_requires='>=3.8',
# Keywords to help find
keywords='materials structures modeling',
# Definitely not zip safe
Expand Down

0 comments on commit f029541

Please sign in to comment.