We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b24522 commit 7d11a8aCopy full SHA for 7d11a8a
ribotricer/__init__.py
@@ -1,4 +1,4 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
__author__ = "Saket Choudhary, Wenzheng Li"
4
-__version__ = "1.3.3-dev0"
+__version__ = "1.3.3"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.3.3-dev0
+current_version = 1.3.3
commit = True
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
setup.py
@@ -23,7 +23,7 @@
23
24
setuptools.setup(
25
name="ribotricer",
26
- version="1.3.3-dev0",
+ version="1.3.3",
27
author="Saket Choudhary, Wenzheng Li",
28
author_email="saketkc@gmail.com",
29
maintainer="Saket Choudhary",
0 commit comments