Skip to content

Commit

Permalink
Bump version to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jan 17, 2025
1 parent 456bc51 commit f73656f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -703,3 +703,4 @@ __pycache__
/docs/assets/Test_Nonpharyngeal_Electrical_graph.png
/docs/assets/Test_Nonpharyngeal_Electrical_hiveplot.json
/docs/assets/Test_Nonpharyngeal_Electrical_hiveplot.png
/dist
2 changes: 1 addition & 1 deletion cect/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env python

__version__ = "0.2.2"
__version__ = "0.2.3"


def print_(msg, print_it=True): # print_it=False when not verbose
Expand Down

0 comments on commit f73656f

Please sign in to comment.