Skip to content

Commit

Permalink
version 0.1.1, now REALLY with pip and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisHoch committed Jun 17, 2021
1 parent 1733a0b commit 6c44d40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion copro/__init__.py
Expand Up @@ -13,4 +13,4 @@

__author__ = """Jannis M. Hoch, Sophie de Bruin, Niko Wanders"""
__email__ = 'j.m.hoch@uu.nl'
__version__ = '0.1.0'
__version__ = '0.1.1'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -54,6 +54,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://copro.readthedocs.io/',
version='0.1.0',
version='0.1.1',
zip_safe=False,
)

0 comments on commit 6c44d40

Please sign in to comment.