Skip to content

Commit 7d11a8a

Browse files
committed
Bump version: 1.3.3-dev0 → 1.3.3
1 parent 3b24522 commit 7d11a8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ribotricer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
__author__ = "Saket Choudhary, Wenzheng Li"
4-
__version__ = "1.3.3-dev0"
4+
__version__ = "1.3.3"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.3-dev0
2+
current_version = 1.3.3
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setuptools.setup(
2525
name="ribotricer",
26-
version="1.3.3-dev0",
26+
version="1.3.3",
2727
author="Saket Choudhary, Wenzheng Li",
2828
author_email="saketkc@gmail.com",
2929
maintainer="Saket Choudhary",

0 commit comments

Comments
 (0)