Skip to content

Commit

Permalink
Merge pull request #23 from ZviBaratz/version
Browse files Browse the repository at this point in the history
Updated version to 1.0.0
  • Loading branch information
ZviBaratz authored May 28, 2021
2 parents 75e0552 + 9f9a9b6 commit d6470c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2.1

orbs:
python: circleci/python@1.3.2
codecov: codecov/codecov@1.1.3
python: circleci/python@1.4.0
codecov: codecov/codecov@1.2.2

jobs:
build-and-test:
Expand Down
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
black==19.10b0
coverage~=5.0
black==21.5b1
coverage~=5.5
coverage-badge~=1.0
doc8~=0.8
flake8~=3.7
ipython~=7.19
isort~=5.7
pytest~=5.3
sphinx~=3.3
sphinx-rtd-theme~=0.4
tox~=3.15
ipython~=7.23
isort~=5.8
pytest~=6.2
sphinx~=4.0
sphinx-rtd-theme~=0.5
tox~=3.23
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="dicom_parser",
version="0.1.6",
version="1.0.0",
packages=find_packages(),
include_package_data=True,
license="AGPLv3",
Expand All @@ -31,7 +31,7 @@
install_requires=requirements,
extras_require={"dev": dev_requirements},
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: OS Independent",
Expand Down

0 comments on commit d6470c5

Please sign in to comment.