Skip to content

Commit

Permalink
making sure examples still work and finalizing verison number (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecamare authored Oct 19, 2023
1 parent eacbbb2 commit 789fcdb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
Binary file removed docs/_static/images/NuMAD-header.png
Binary file not shown.
7 changes: 1 addition & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
.. _home:

.. figure:: /_static/images/NuMAD-header.png
:target: https://github.com/sandialabs/NuMAD

pyNuMAD
========

Expand Down Expand Up @@ -33,10 +30,8 @@ Citing NuMAD

To cite pyNuMAD, please utilize the reference below.

[1] Camarena, E., Anderson, E., Bonney, K. L., Clarke, R. J., & Paquette, J. (2023). pyNuMAD (0.1). Zenodo. https://doi.org/XX.XXXX/zenodo.XXXXXXX
[1] Camarena, E., Anderson, E., Bonney, K. L., Clarke, R. J., & Paquette, J. (2023). pyNuMAD 1.0.0. Zenodo. https://doi.org/10.5281/zenodo.10023189

..
Kelley: replace with DOI citation once release is tagged


.. _developers:
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Release Notes

.. _pyNuMADv0x:

pyNuMAD 0.1
pyNuMAD 1.0.0
-----------

Core functionality from previous versions of the NuMAD software
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "pyNuMAD"
description = "Numerical Manufacturing and Design Tool"
readme = "README.md"
version = "0.0.1"
version = "1.0.0"
authors = [
{ name = "Kirk Bonney", email = "[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/pynumad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from pynumad.paths import SOFTWARE_PATHS, DATA_PATH, set_path


__version__ = "0.0.1"
__version__ = "1.0.0"

__copyright__ = """Copyright 2023 National Technology & Engineering
Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525
Expand Down

0 comments on commit 789fcdb

Please sign in to comment.