Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmcaus committed Oct 3, 2021
1 parent 71eed49 commit 2e42f56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions caer/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Copyright 2020-2021, Caer
author = 'Jason Dsouza'
author_email = 'jasmcaus@gmail.com'
version = '2.0.0'
full_version = '2.0.0'
git_version = '0b34c58770651d755f75e7f3ddf28abc7c525432'
version = '2.0.1'
full_version = '2.0.1'
git_version = '71eed494c0f5f527a5624091cfb0927b5b92f0bb'
release = True
contributors = ['Jason Dsouza <@jasmcaus>', '', 'Special Thanks to:', '@MalikMAlna', '@lucasace', '@GitHubDragonFly']
homepage = 'https://github.com/jasmcaus/caer'
2 changes: 1 addition & 1 deletion caer/coreten/tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __new__(cls, x, cspace, dtype=None):
)

obj = np.asarray(x, dtype=dtype).view(cls)
obj.dtype = dtype
obj.dtype = obj.dtype

return obj

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

MAJOR = 2
MINOR = 0
MICRO = 0
MICRO = 1
ISRELEASED = True
VERSION = f'{MAJOR}.{MINOR}.{MICRO}'

Expand Down

0 comments on commit 2e42f56

Please sign in to comment.