Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LiterallyUniqueLogin committed Feb 1, 2023
1 parent 9fedb40 commit 72c8c65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
5.0.1
-----

Bug fixes:

* Remove outdated call in qcSTR to np.float()

5.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
curdir = os.path.abspath(os.path.dirname(__file__))
MAJ = 5
MIN = 0
REV = 0
REV = 1
VERSION = '%d.%d.%d' % (MAJ, MIN, REV)
with open(os.path.join(curdir, 'trtools/version.py'), 'w') as fout:
fout.write(
Expand Down
2 changes: 1 addition & 1 deletion trtools/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# THIS FILE IS GENERATED FROM SETUP.PY
version = '5.0.0'
version = '5.0.1'
__version__ = version

0 comments on commit 72c8c65

Please sign in to comment.