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.
bumpversion
1 parent a65fe78 commit 6643980Copy full SHA for 6643980
3 files changed
.bumpversion.cfg
@@ -0,0 +1,10 @@
1
+[bumpversion]
2
+current_version = 0.1.5.1
3
+commit = True
4
+tag = True
5
+
6
+[bumpversion:file:grumpy-tools-src/setup.py]
7
+[bumpversion:file:grumpy-tools-src/grumpy_tools/__init__.py]
8
9
+[bumpversion:file:grumpy-runtime-src/setup.py]
10
+[bumpversion:file:grumpy-runtime-src/grumpy_runtime/__init__.py]
grumpy-runtime-src/grumpy_runtime/__init__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = '(unknown)'
+__version__ = '0.1.5.1'
grumpy-tools-src/grumpy_tools/__init__.py
@@ -4,4 +4,4 @@
__author__ = """Alan Justino et al."""
__email__ = 'alan.justino@yahoo.com.br'
-__version__ = '0.1.0'
+__version__ = '0.1.5'
0 commit comments