Skip to content

Commit

Permalink
refactor: rename version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed May 1, 2024
1 parent 3fad580 commit 40c7d2c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ authors:
given-names: "Clara"
orcid: "https://orcid.org/0000-0002-4540-9382"
title: "CLEO, an implementation of a Super-Droplet Model"
version: 4.0
version: 0.1.0
date-released: 12th October 2023
url: "https://github.com/yoctoyotta1024/CLEO.git"
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.18.0)
project(project
LANGUAGES CXX
DESCRIPTION "CLEO by Clara Bayley and other developers"
VERSION 1.0
VERSION 0.1.0
)

# ensure C++ compiler uses certain settings
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/doxygen.dox
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "CLEO"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 4.0
PROJECT_NUMBER = 0.1.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Author: Clara Bayley (CB)
Additional Contributors:
-----
Last Modified: Sunday 21st April 2024
Last Modified: Wednesday 1st May 2024
Modified By: CB
-----
License: BSD 3-Clause "New" or "Revised" License
Expand Down Expand Up @@ -42,7 +42,7 @@
license = 'BSD 3-Clause'
copyright = '(2023) MPI-M, Clara Bayley'
author = 'Clara Bayley & Other Developers'
release = '4.0'
release = '0.1.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
'''
----- CLEO -----
File: setup.py
Project: CLEOfire
Project: CLEO
Created Date: Thursday 12th October 2023
Author: Clara Bayley (CB)
Additional Contributors:
-----
Last Modified: Thursday 23rd November 2023
Last Modified: Wednesday 1st May 2024
Modified By: CB
-----
License: BSD 3-Clause "New" or "Revised" License
Expand All @@ -20,7 +20,7 @@

setup(
name='CLEO',
version='4.0',
version='0.1.0',
packages=find_packages(),
install_requires=[
'pytest',
Expand Down

0 comments on commit 40c7d2c

Please sign in to comment.