Skip to content

Commit

Permalink
Update to PyModulon 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaoyuan-Li committed Aug 22, 2024
1 parent 3ec1d0b commit e38d436
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 1.0.0
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN cd meme-5.3.3 && \
ENV PATH="${HOME}/meme/bin:${HOME}/meme/libexec/meme-5.3.3:${PATH}"

# Define pymodulon version
ARG PYMODULON_VERSION=0.2.1
ARG PYMODULON_VERSION=1.0.0

# Install pymodulon and requirements
RUN echo $PYMODULON_VERSION
Expand Down
2 changes: 1 addition & 1 deletion src/pymodulon/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "1.0.0"

0 comments on commit e38d436

Please sign in to comment.