Skip to content

Commit 2c51336

Browse files
From alpha to release 1.0.0
1 parent 0517006 commit 2c51336

36 files changed

Lines changed: 40 additions & 40 deletions

config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from config import *
22

3-
__version__ = 'alpha'
3+
__version__ = '1.0.0'

manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111

12-
__version__ = 'alpha'
12+
__version__ = '1.0.0'
1313

1414

1515

pydwarf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from response import *
33
from urist import *
44

5-
__version__ = 'alpha'
5+
__version__ = '1.0.0'

raws/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from dir import rawsdir as dir
88
import color
99

10-
__version__ = 'alpha'
10+
__version__ = '1.0.0'

scripts/pineapple/pydwarf.adoptsowner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@pydwarf.urist(
44
name = 'pineapple.adoptsowner',
5-
version = 'alpha',
5+
version = '1.0.0',
66
author = 'Sophie Kirschner',
77
description = '''todo''',
88
arguments = {

scripts/pineapple/pydwarf.bauxitetoaluminum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
@pydwarf.urist(
2121
name = 'pineapple.bauxitetoaluminum',
22-
version = 'alpha',
22+
version = '1.0.0',
2323
author = 'Sophie Kirschner',
2424
description = '''Adds a reaction to the smelter to allow the creation of aluminum bars
2525
from bauxite (as ore) and cryolite (as flux). Credit to this forum discussion for the

scripts/pineapple/pydwarf.boneflux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
@pydwarf.urist(
2929
name = 'pineapple.boneflux',
30-
version = 'alpha',
30+
version = '1.0.0',
3131
author = 'Sophie Kirschner',
3232
description = '''Adds a reaction to the kiln which consumes bones and produces flux.
3333
Inspired by/stolen from Rubble's Bone Flux mod.''',

scripts/pineapple/pydwarf.butcherinorganic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
@pydwarf.urist(
1111
name = 'pineapple.butcherinorganic',
12-
version = 'alpha',
12+
version = '1.0.0',
1313
author = 'Sophie Kirschner',
1414
description = '''Allows butchering of some inorganics, get things like wood or stone from some corpses.
1515
Inspired by/stolen from Igfig's Modest Mod.''',

scripts/pineapple/pydwarf.castanvil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
@pydwarf.urist(
2323
name = 'pineapple.castanvil',
24-
version = 'alpha',
24+
version = '1.0.0',
2525
author = 'Sophie Kirschner',
2626
description = '''Adds a reaction to the smelter which makes it possible to
2727
create an iron anvil without already having a forge.

scripts/pineapple/pydwarf.cavegrass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
@pydwarf.urist(
105105
name = 'pineapple.cavegrass',
106-
version = 'alpha',
106+
version = '1.0.0',
107107
author = 'Sophie Kirschner',
108108
description = '''Changes the grasses in each cavern level to make the different
109109
levels more visually distinct, as well as adding a much greater variety.

0 commit comments

Comments
 (0)