File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.0
2
+ current_version = 0.0.1
3
3
commit = False
4
4
tag = False
5
5
6
6
[bumpversion:file:setup.py]
7
7
8
8
[bumpversion:file:openodia/__init__.py]
9
-
Original file line number Diff line number Diff line change 1
1
"""Open Odia language tools
2
2
"""
3
- __version__ = "0.0.0 "
3
+ __version__ = "0.0.1 "
Original file line number Diff line number Diff line change
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/*
Original file line number Diff line number Diff line change 16
16
# This call to setup() does all the work
17
17
setup (
18
18
name = "openodia" ,
19
- version = "0.0.0 " ,
19
+ version = "0.0.1 " ,
20
20
description = "Open source Odia language tools" ,
21
21
long_description = README ,
22
22
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments