Skip to content

Commit 0e91f03

Browse files
authored
0.2.5
1 parent 3b818da commit 0e91f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name = 'conformer',
55
packages = find_packages(),
6-
version = '0.2.4',
6+
version = '0.2.5',
77
license='MIT',
88
description = 'The convolutional module from the Conformer paper',
99
author = 'Phil Wang',
@@ -21,4 +21,4 @@
2121
'License :: OSI Approved :: MIT License',
2222
'Programming Language :: Python :: 3.6',
2323
],
24-
)
24+
)

0 commit comments

Comments
 (0)