Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Bump version: 0.0.2 → 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Aug 9, 2018
1 parent 157f2e8 commit 69a9eed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -41,7 +41,7 @@ option(BUILD_SHARED_LIBS "Build shared libraries instead of static ones" ON)
########################################################################## ##########################################################################
# Project setup # Project setup


project(molsturm VERSION 0.0.2) project(molsturm VERSION 0.0.3)
message("\n# Configuring ${PROJECT_NAME}\n#") message("\n# Configuring ${PROJECT_NAME}\n#")


# Global include directories for this project: # Global include directories for this project:
Expand Down
11 changes: 6 additions & 5 deletions setup.cfg
@@ -1,10 +1,11 @@
[flake8]
ignore = E241,E266
max-line-length = 90

[bumpversion] [bumpversion]
current_version = 0.0.2 current_version = 0.0.3
commit = True commit = True
tag = True tag = True


[flake8]
ignore = E241,E266
max-line-length = 90

[bumpversion:file:CMakeLists.txt] [bumpversion:file:CMakeLists.txt]

0 comments on commit 69a9eed

Please sign in to comment.