Skip to content

Commit

Permalink
chore: change version
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Sep 6, 2023
1 parent 026989c commit a8a1359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ephyspy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

VERSION = (0, 0, 1)
VERSION = (0, 0, 3)

__version__ = ".".join(map(str, VERSION))

0 comments on commit a8a1359

Please sign in to comment.