Skip to content

Commit 32c3f7b

Browse files
committed
Bump version to 3.0
1 parent b419db2 commit 32c3f7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

smfret_analysis/version.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
import sdt
88

99

10-
__version__ = "2.1"
11-
output_version = 13
10+
__version__ = "3.0"
1211

1312

1413
def print_info():
@@ -20,5 +19,4 @@ def print_info():
2019

2120
print(f"""smFRET analysis software version {__version__}
2221
(git revision {git_rev})
23-
Output version {output_version}
2422
Using sdt-python version {sdt.__version__}""")

0 commit comments

Comments
 (0)