Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
plankter committed Feb 5, 2020
1 parent c3fe9aa commit 0fe128d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
# -- Project information -----------------------------------------------------

project = 'imctools'
copyright = '2019, Vito Zanotelli'
copyright = '2020, Vito Zanotelli'
author = 'Vito Zanotelli'

# The short X.Y version
version = '1.0.4'
version = '1.0.6'
# The full version, including alpha/beta/rc tags
release = '1.0.4'
release = '1.0.6'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["poetry>=0.12.17"]
requires = ["poetry>=1.0.3"]
build-backend = "poetry.masonry.api"

[tool.poetry]
name = "imctools"
version = "1.0.5"
version = "1.0.6"
description = "Tools to handle IMC data"
license = "LICENSE"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='imctools',
version='1.0.5',
version='1.0.6',
description='Tools to handle IMC data',
long_description=readme,
author='Vito Zanotelli',
Expand Down

0 comments on commit 0fe128d

Please sign in to comment.