bump version number

This commit is contained in:
2026-07-07 11:12:24 +10:00
parent b9d720a944
commit 86d72fadda
2 changed files with 4 additions and 1 deletions

View File

@@ -19,6 +19,9 @@ neb install packageName@1.0.0
(replace the number with the version number of the rock you want to install) (replace the number with the version number of the rock you want to install)
## Changelog ## Changelog
### 1.2.1
- Made `neb build` look for C files in a src/ folder instead of the current folder
### 1.2.0 ### 1.2.0
- Add support for modules written in Comet - Add support for modules written in Comet
- Made it so that you don't have to build Comet to install the headers - Made it so that you don't have to build Comet to install the headers

View File

@@ -5,7 +5,7 @@ with open("neb/README.md", "r") as f:
setup( setup(
name="nebpkg", name="nebpkg",
version="1.2.0", version="1.2.1",
description="Nebula, the package manager for the Comet programming language.", description="Nebula, the package manager for the Comet programming language.",
classifiers=[ classifiers=[
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",