Skip to content

Commit

Permalink
chore: bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gigatim committed May 10, 2022
1 parent c817584 commit 44f5c9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.2.5'
version = u'1.2.6'
# The full version, including alpha/beta/rc tags.
release = u'1.2.5'
release = u'1.2.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
setup(
name='gigalixir',
url='https://github.com/gigalixir/gigalixir-cli',
author='Jesse Shieh',
author_email='jesse@gigalixir.com',
version='1.2.5',
author='Tim Day',
author_email='tim@gigalixir.com',
version='1.2.6',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 44f5c9e

Please sign in to comment.