We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec1d0b commit e38d436Copy full SHA for e38d436
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.1
+current_version = 1.0.0
3
commit = True
4
tag = True
5
tag_name = v{new_version}
Dockerfile
@@ -35,7 +35,7 @@ RUN cd meme-5.3.3 && \
35
ENV PATH="${HOME}/meme/bin:${HOME}/meme/libexec/meme-5.3.3:${PATH}"
36
37
# Define pymodulon version
38
-ARG PYMODULON_VERSION=0.2.1
+ARG PYMODULON_VERSION=1.0.0
39
40
# Install pymodulon and requirements
41
RUN echo $PYMODULON_VERSION
src/pymodulon/__init__.py
@@ -1 +1 @@
-__version__ = "0.2.1"
+__version__ = "1.0.0"
0 commit comments