mirror of
https://github.com/shouptech/synthale.git
synced 2026-02-03 15:39:45 +00:00
Bump version: 0.0.1 → 0.0.2
This commit is contained in:
parent
e46a982cc2
commit
398c553d32
4 changed files with 13 additions and 10 deletions
|
|
@ -55,9 +55,9 @@ author = 'Mike Shoup'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.0.1'
|
version = '0.0.2'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.0.1'
|
release = '0.0.2'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
||||||
13
setup.cfg
13
setup.cfg
|
|
@ -1,3 +1,8 @@
|
||||||
|
[bumpversion]
|
||||||
|
current_version = 0.0.2
|
||||||
|
commit = True
|
||||||
|
tag = True
|
||||||
|
|
||||||
[aliases]
|
[aliases]
|
||||||
test = pytest
|
test = pytest
|
||||||
|
|
||||||
|
|
@ -14,11 +19,9 @@ show-source = True
|
||||||
ignore = W504,D105
|
ignore = W504,D105
|
||||||
count = True
|
count = True
|
||||||
|
|
||||||
[bumpversion]
|
|
||||||
current_version = 0.0.1
|
|
||||||
commit = True
|
|
||||||
tag = True
|
|
||||||
|
|
||||||
[bumpversion:file:setup.py]
|
[bumpversion:file:setup.py]
|
||||||
|
|
||||||
[bumpversion:file:src/synthale/__init__.py]
|
[bumpversion:file:src/synthale/__init__.py]
|
||||||
|
|
||||||
[bumpversion:file:docs/conf.py]
|
[bumpversion:file:docs/conf.py]
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -28,7 +28,7 @@ install_requires = [
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='synthale',
|
name='synthale',
|
||||||
version='0.0.1',
|
version='0.0.2',
|
||||||
url='https://github.com/shouptech/synthale',
|
url='https://github.com/shouptech/synthale',
|
||||||
author='Mike Shoup',
|
author='Mike Shoup',
|
||||||
author_email='mike@shoup.io',
|
author_email='mike@shoup.io',
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,4 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
VERSION = '0.0.1'
|
VERSION = '0.0.2'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue