Skip to content

Commit

Permalink
Bump version: 1.3.3 → 1.4.0-dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed Apr 13, 2024
1 parent 73b6df1 commit c291580
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ribotricer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = "Saket Choudhary, Wenzheng Li"
__version__ = "1.3.3"
__version__ = "1.4.0-dev0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.3
current_version = 1.4.0-dev0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setuptools.setup(
name="ribotricer",
version="1.3.3",
version="1.4.0-dev0",
author="Saket Choudhary, Wenzheng Li",
author_email="saketkc@gmail.com",
maintainer="Saket Choudhary",
Expand Down

0 comments on commit c291580

Please sign in to comment.