Skip to content

Commit d1b2a92

Browse files
committed
updating version numbers in prep for the pre-print
1 parent ee68cb6 commit d1b2a92

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Kernel Current Source Density
22
=============================
33

4-
This is v2.0rc version of kCSD inverse method proposed in
4+
This is the 2.0 version of kCSD inverse method proposed in
55

66
J. Potworowski, W. Jakuczun, S. Łęski, D. K. Wójcik
77
"Kernel Current Source Density Method"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ def readme():
1313

1414

1515
setup(name='kcsd',
16-
version='1.2',
16+
version='2.0',
1717
description='kernel current source density methods',
1818
long_description=readme(),
1919
classifiers=[
20-
'Development Status :: 3 - Alpha',
20+
'Development Status :: 4 - Beta',
2121
'License :: OSI Approved :: BSD License',
2222
'Natural Language :: English',
2323
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)