mirror of
https://github.com/shouptech/synthale.git
synced 2026-02-03 07:29:42 +00:00
Bump version: 0.0.3 → 0.0.4
This commit is contained in:
parent
1719868fd4
commit
e8b332d819
4 changed files with 6 additions and 5 deletions
|
|
@ -55,9 +55,9 @@ author = 'Mike Shoup'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.0.3'
|
||||
version = '0.0.4'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.0.3'
|
||||
release = '0.0.4'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.0.3
|
||||
current_version = 0.0.4
|
||||
commit = True
|
||||
tag = True
|
||||
tag_name = {new_version}
|
||||
|
|
@ -25,3 +25,4 @@ count = True
|
|||
[bumpversion:file:src/synthale/__init__.py]
|
||||
|
||||
[bumpversion:file:docs/conf.py]
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -28,7 +28,7 @@ install_requires = [
|
|||
|
||||
setup(
|
||||
name='synthale',
|
||||
version='0.0.3',
|
||||
version='0.0.4',
|
||||
url='https://github.com/shouptech/synthale',
|
||||
author='Mike Shoup',
|
||||
author_email='mike@shoup.io',
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
VERSION = '0.0.3'
|
||||
VERSION = '0.0.4'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue