Skip to content

Commit 43c83ac

Browse files
committed
0.0.1
1 parent 14f6778 commit 43c83ac

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[bumpversion]
2-
current_version = 0.0.0
2+
current_version = 0.0.1
33
commit = False
44
tag = False
55

66
[bumpversion:file:setup.py]
77

88
[bumpversion:file:openodia/__init__.py]
9-

openodia/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Open Odia language tools
22
"""
3-
__version__ = "0.0.0"
3+
__version__ = "0.0.1"

release.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
python setup.py sdist bdist_wheel
2+
twine check dist/*
3+
bumpversion --current-version 0.0.0 patch setup.py openodia/__init__.py
4+
twine upload dist/*

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# This call to setup() does all the work
1717
setup(
1818
name="openodia",
19-
version="0.0.0",
19+
version="0.0.1",
2020
description="Open source Odia language tools",
2121
long_description=README,
2222
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)