Skip to content

Commit

Permalink
Bump version: 1.3.3-dev0 → 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed Feb 9, 2023
1 parent 3b24522 commit 7d11a8a
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-dev0"
__version__ = "1.3.3"
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-dev0
current_version = 1.3.3
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-dev0",
version="1.3.3",
author="Saket Choudhary, Wenzheng Li",
author_email="saketkc@gmail.com",
maintainer="Saket Choudhary",
Expand Down

0 comments on commit 7d11a8a

Please sign in to comment.