Skip to content

Commit e81bb77

Browse files
committed
minor fix in multi gpu code, still testing
1 parent 556811e commit e81bb77

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

plotoptix/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
__author__ = "Robert Sulej, R&D Team <dev@rnd.team>"
1414
__status__ = "beta"
15-
__version__ = "0.7.0"
16-
__date__ = "17 Mar 2020"
15+
__version__ = "0.7.dev3"
16+
__date__ = "23 Mar 2020"
1717

1818
import logging
1919

plotoptix/bin/RnD.SharpOptiX.dll

0 Bytes
Binary file not shown.

plotoptix/bin/rndSharpOptiX7.dll

0 Bytes
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def get_tag(self):
119119

120120

121121
setup(name='plotoptix',
122-
version='0.7.0',
122+
version='0.7.dev3',
123123
url='https://rnd.team/project/plotoptix',
124124
project_urls={
125125
'Documentation': 'https://plotoptix.rnd.team',

0 commit comments

Comments
 (0)