Skip to content

Commit

Permalink
Merge pull request #83 from fls-bioinformatics-core/version-3.0.0rc1
Browse files Browse the repository at this point in the history
Make version 3.0.0rc1
  • Loading branch information
pjbriggs committed Feb 8, 2024
2 parents ba7d8a9 + 2337296 commit 1508084
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rnachipintegrator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Current version of the library
__version__ = '2.0.0'
__version__ = '3.0.0rc1'

def get_version():
"""Returns a string with the current version of the library (e.g., "0.2.0")
"""
Returns a string with the current version of the library (e.g., "0.2.0")
"""
return __version__

0 comments on commit 1508084

Please sign in to comment.