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 Aug 21, 2022
1 parent c4e0738 commit d621774
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ gigalixir-cli
dist/
secrets/
tmp/
build/
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.7'
version = u'1.3.0'
# The full version, including alpha/beta/rc tags.
release = u'1.2.7'
release = u'1.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
url='https://github.com/gigalixir/gigalixir-cli',
author='Tim Day',
author_email='tim@gigalixir.com',
version='1.2.7',
version='1.3.0',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit d621774

Please sign in to comment.