Skip to content

Commit e38d436

Browse files
committed
Update to PyModulon 1.0.0
1 parent 3ec1d0b commit e38d436

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 1.0.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN cd meme-5.3.3 && \
3535
ENV PATH="${HOME}/meme/bin:${HOME}/meme/libexec/meme-5.3.3:${PATH}"
3636

3737
# Define pymodulon version
38-
ARG PYMODULON_VERSION=0.2.1
38+
ARG PYMODULON_VERSION=1.0.0
3939

4040
# Install pymodulon and requirements
4141
RUN echo $PYMODULON_VERSION

src/pymodulon/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)