1
0
Fork 0
mirror of https://github.com/shouptech/synthale.git synced 2026-02-03 15:39:45 +00:00

Bump version: 0.0.2 → 0.0.3

This commit is contained in:
Emma 2019-01-02 14:31:28 -07:00
parent d28f6d560e
commit a27f65d01e
4 changed files with 5 additions and 5 deletions

View file

@ -55,9 +55,9 @@ author = 'Mike Shoup'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.0.2' version = '0.0.3'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.0.2' release = '0.0.3'
# 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.

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.0.2 current_version = 0.0.3
commit = True commit = True
tag = True tag = True

View file

@ -28,7 +28,7 @@ install_requires = [
setup( setup(
name='synthale', name='synthale',
version='0.0.2', version='0.0.3',
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',

View file

@ -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.2' VERSION = '0.0.3'